gp2x->common menu migration finished, gp2x now only uses input fwk
[libpicofe.git] / pandora / emu.c
index 3b9e62c..16fc7cd 100644 (file)
@@ -19,7 +19,6 @@
 #include "../common/emu.h"\r
 #include "../common/menu.h"\r
 #include "../common/config.h"\r
-#include "../common/common.h"\r
 #include "../common/input.h"\r
 #include "../linux/sndout_oss.h"\r
 #include "asm_utils.h"\r
@@ -782,7 +781,6 @@ void emu_Loop(void)
        vidResetMode();\r
        Pico.m.dirtyPal = 1;\r
        oldmodes = ((Pico.video.reg[12]&1)<<2) ^ 0xc;\r
-       emu_findKeyBindCombos();\r
 \r
        // pal/ntsc might have changed, reset related stuff\r
        target_fps = Pico.m.pal ? 50 : 60;\r