mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Turn funcreplacments on in libretro builds. See #12322
This commit is contained in:
parent
a2669377eb
commit
b0fdc7a300
@ -361,6 +361,7 @@ void retro_init(void)
|
||||
g_Config.bEnableSound = true;
|
||||
g_Config.iCwCheatRefreshRate = 60;
|
||||
g_Config.iMemStickSizeGB = 16;
|
||||
g_Config.bFuncReplacements = true;
|
||||
|
||||
g_Config.iFirmwareVersion = PSP_DEFAULT_FIRMWARE;
|
||||
g_Config.iPSPModel = PSP_MODEL_SLIM;
|
||||
|
Loading…
Reference in New Issue
Block a user