mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
libretro: Do internal fastforward toggling only with ForceLagSync
This commit is contained in:
@@ -487,9 +487,12 @@ static std::string map_psp_language_to_i18n_locale(int val)
|
||||
|
||||
static void check_variables(CoreParameter &coreParam)
|
||||
{
|
||||
bool isFastForwarding;
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_FASTFORWARDING, &isFastForwarding))
|
||||
coreParam.fastForward = isFastForwarding;
|
||||
if (g_Config.bForceLagSync)
|
||||
{
|
||||
bool isFastForwarding;
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_FASTFORWARDING, &isFastForwarding))
|
||||
coreParam.fastForward = isFastForwarding;
|
||||
}
|
||||
|
||||
bool updated = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user