X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Femu.c;h=05d22f68383b680d89bd764471de34374ab6a4b1;hb=1cb1584b86a5679b8d32ccfc190f6e76c920810f;hp=f2867fc9b37b4dd6e767893cf223068f88d6d03e;hpb=1b13dae0c45a068382ce2422b1d407ff47374039;p=picodrive.git diff --git a/platform/gp2x/emu.c b/platform/gp2x/emu.c index f2867fc..05d22f6 100644 --- a/platform/gp2x/emu.c +++ b/platform/gp2x/emu.c @@ -977,7 +977,7 @@ void emu_Loop(void) void emu_ResetGame(void) { - PicoReset(0); + PicoReset(); reset_timing = 1; }