X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Flibretro.c;h=644db92d879c4cea3ab23db4633adbaee4b0b909;hp=1e9929deba43a7db8045dd8397646b5083e677c1;hb=19a784e63f95b0eb32d252fabb144531f695a983;hpb=805fe9bcd363fb6eb76dc82b8d8d72008156ef44 diff --git a/frontend/libretro.c b/frontend/libretro.c index 1e9929de..644db92d 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)