Renamed gamemode files to be more specific and restored a missing newline in rpcs3.cpp

This commit is contained in:
adas20 2025-06-24 11:13:35 -04:00
parent 7f37a66c9d
commit 29e7f59eaa
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#include "enable_gamemode.h"
#include "gamemode_control.h"
#ifdef GAMEMODE_AVAILABLE
#pragma GCC diagnostic ignored "-Wold-style-cast"

View file

@ -1315,6 +1315,7 @@ int run_rpcs3(int argc, char** argv)
Emu.Quit(true);
return 0;
}
// run event loop (maybe only needed for the gui application)
return app->exec();
}