mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Renamed gamemode files to be more specific and restored a missing newline in rpcs3.cpp
This commit is contained in:
parent
7f37a66c9d
commit
29e7f59eaa
3 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "enable_gamemode.h"
|
||||
#include "gamemode_control.h"
|
||||
|
||||
#ifdef GAMEMODE_AVAILABLE
|
||||
#pragma GCC diagnostic ignored "-Wold-style-cast"
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue