X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Femu.c;h=b9079a925112ee75569db477e92b59f7828b0f32;hb=b682092681909a8c8e8165b9c3898833e36708b7;hp=a19329d8afdf067c1becf97ea0069648560ef9c8;hpb=7e4c661a2732e77cb004bd3c47e32ef1a1a9a639;p=picodrive.git diff --git a/platform/gp2x/emu.c b/platform/gp2x/emu.c index a19329d..b9079a9 100644 --- a/platform/gp2x/emu.c +++ b/platform/gp2x/emu.c @@ -582,12 +582,8 @@ static void updateKeys(void) keys2 = keys; #if 1 - { - /* FIXME: combos */ - int acts = in_update(); - int pl = (acts >> 16) & 1; - allActions[pl] |= acts; - } + /* FIXME: combos, player2 */ + allActions[0] = in_update(); #else for (i = 0; i < 32; i++) {