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