mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix locale on linux
This commit is contained in:
parent
7e27e1420e
commit
7e274a1ff4
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ std::unique_ptr<raw_mouse_handler> g_raw_mouse_handler;
|
|||
|
||||
gui_application::gui_application(int& argc, char** argv) : QApplication(argc, argv)
|
||||
{
|
||||
std::setlocale(LC_NUMERIC, "C"); // On linux Qt changes to system locale while initializing QCoreApplication
|
||||
}
|
||||
|
||||
gui_application::~gui_application()
|
||||
|
|
Loading…
Add table
Reference in a new issue