Merge git://github.com/notaz/pcsx_rearmed
authortwinaphex <autechre1024@hotmail.com>
Sun, 26 May 2013 21:34:56 +0000 (23:34 +0200)
committertwinaphex <autechre1024@hotmail.com>
Sun, 26 May 2013 21:34:56 +0000 (23:34 +0200)
frontend/libretro.c

index ed76798..413098d 100644 (file)
@@ -650,6 +650,7 @@ bool retro_load_game(const struct retro_game_info *info)
        }
 
        plugin_call_rearmed_cbs();
+       dfinput_activate();
 
        Config.PsxAuto = 1;
        if (CheckCdrom() == -1) {
@@ -787,9 +788,9 @@ static void update_variables(bool in_flight)
                        GPU_close();
                        GPU_open(&gpuDisp, "PCSX", NULL);
                }
-       }
 
-       dfinput_activate();
+               dfinput_activate();
+       }
 }
 
 void retro_run(void)