X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.c;h=b9079a925112ee75569db477e92b59f7828b0f32;hb=fce20e73e7094060b29f1668b8f0032f75eb152e;hp=a19329d8afdf067c1becf97ea0069648560ef9c8;hpb=54563d7189d88f8a56717f7e3150064aacb0de86;p=libpicofe.git diff --git a/gp2x/emu.c b/gp2x/emu.c index a19329d..b9079a9 100644 --- a/gp2x/emu.c +++ b/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++) {