mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Adding the gamemode header file triggered various compiler warnings. Need to check with maintainers on next steps.
This commit is contained in:
parent
e784120212
commit
ba13e2f5de
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@
|
||||||
#include "llvm/Config/llvm-config.h"
|
#include "llvm/Config/llvm-config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// TODO: Decide what to do with including the header file for GAMEMODE to work
|
||||||
|
|
||||||
|
//#ifdef GAMEMODE_AVAILABLE
|
||||||
|
//#include "3rdparty/feralinteractive/gamemode_client.h"
|
||||||
|
//#endif
|
||||||
|
|
||||||
LOG_CHANNEL(sys_log, "SYS");
|
LOG_CHANNEL(sys_log, "SYS");
|
||||||
|
|
||||||
// Preallocate 32 MiB
|
// Preallocate 32 MiB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue