aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/libretro.c')
-rw-r--r--frontend/libretro.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index 1e9929d..644db92 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -652,6 +652,7 @@ bool retro_load_game(const struct retro_game_info *info)
}
plugin_call_rearmed_cbs();
+ dfinput_activate();
Config.PsxAuto = 1;
if (CheckCdrom() == -1) {
@@ -791,9 +792,9 @@ static void update_variables(bool in_flight)
GPU_close();
GPU_open(&gpuDisp, "PCSX", NULL);
}
- }
- dfinput_activate();
+ dfinput_activate();
+ }
}
void retro_run(void)