mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Fix some timestamps in GameList using wrong locale
This commit is contained in:
parent
a53fdfae82
commit
32e77a2bd3
@ -2331,6 +2331,8 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
CrashHandler::Install();
|
||||
|
||||
std::locale::global(std::locale(""));
|
||||
|
||||
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
|
||||
QtHost::RegisterTypes();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user