Turn funcreplacments on in libretro builds. See #12322

This commit is contained in:
Henrik Rydgård 2021-02-16 00:18:35 +01:00
parent a2669377eb
commit b0fdc7a300

View File

@ -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;