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