X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fpandora%2Femu.c;h=55cb371fd3673a4cdf84655627e47cfe057da9d3;hb=9025b93159042e856af2fb1a1e7e5017f9fee99c;hp=3b9e62c0a1c673bde42fbb08aa6774af94bbb25b;hpb=cc33f567ae1f9982d90a3d88c5b2ba88d1038e6e;p=picodrive.git diff --git a/platform/pandora/emu.c b/platform/pandora/emu.c index 3b9e62c..55cb371 100644 --- a/platform/pandora/emu.c +++ b/platform/pandora/emu.c @@ -782,7 +782,6 @@ void emu_Loop(void) vidResetMode(); Pico.m.dirtyPal = 1; oldmodes = ((Pico.video.reg[12]&1)<<2) ^ 0xc; - emu_findKeyBindCombos(); // pal/ntsc might have changed, reset related stuff target_fps = Pico.m.pal ? 50 : 60;