X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmenu.c;h=969b35c9ed05b3a5fa8257f29fb4a4cb0c5f4c40;hb=aff846145f668201bef79e4d158b57b5866745c1;hp=c8f34fe81b87ee7ddcc586b15de4ca5aae5d8c32;hpb=993920ef01cd43bcfe0968ff78af1ea512107cc0;p=pcsx_rearmed.git diff --git a/frontend/menu.c b/frontend/menu.c index c8f34fe8..969b35c9 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -36,7 +36,6 @@ #include "../libpcsxcore/cdriso.h" #include "../libpcsxcore/cheat.h" #include "../libpcsxcore/new_dynarec/new_dynarec.h" -#include "../plugins/dfinput/externals.h" #include "../plugins/dfsound/spu_config.h" #include "psemu_plugin_defs.h" #include "arm_features.h" @@ -2700,8 +2699,6 @@ void menu_prepare_emu(void) if (ret) fprintf(stderr, "Warning: GPU_open returned %d\n", ret); } - - dfinput_activate(); } void menu_update_msg(const char *msg)