From 32e77a2bd3f495b5933a9ddbeb0e26b438dce231 Mon Sep 17 00:00:00 2001 From: escape209 Date: Sat, 10 May 2025 14:11:05 +0100 Subject: [PATCH] Fix some timestamps in GameList using wrong locale --- pcsx2-qt/QtHost.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcsx2-qt/QtHost.cpp b/pcsx2-qt/QtHost.cpp index d0d758f6c5..c1f5ae4074 100644 --- a/pcsx2-qt/QtHost.cpp +++ b/pcsx2-qt/QtHost.cpp @@ -2331,6 +2331,8 @@ int main(int argc, char* argv[]) { CrashHandler::Install(); + std::locale::global(std::locale("")); + QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough); QtHost::RegisterTypes();