mirror of https://github.com/PCSX2/pcsx2.git
Fix some timestamps in GameList using wrong locale
This commit is contained in:
parent
f34db72a97
commit
9d01de979e
|
@ -2331,6 +2331,8 @@ int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
CrashHandler::Install();
|
CrashHandler::Install();
|
||||||
|
|
||||||
|
std::locale::global(std::locale(""));
|
||||||
|
|
||||||
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
|
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
|
||||||
QtHost::RegisterTypes();
|
QtHost::RegisterTypes();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue