From 9d01de979e202f358a6db648e0ac9c6f34240df1 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 5e487ee19d..9c3be38ed1 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();