X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq2%2FSimpleServer.cpp;h=d220b3fd04aee2c9281cfceeabb0bdb6bc8a74b9;hb=e898de13cdd5416507675f175958204c5e9f27e9;hp=6a58306de52b0f1c248d28012e087a873baf9ae5;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/platform/uiq2/SimpleServer.cpp b/platform/uiq2/SimpleServer.cpp index 6a58306..d220b3f 100644 --- a/platform/uiq2/SimpleServer.cpp +++ b/platform/uiq2/SimpleServer.cpp @@ -114,7 +114,7 @@ void CPicoServSession::DispatchMessageL(const RMessage &aMessage) case PicoMsgReset: if(rom_data) { - PicoReset(0); + PicoReset(); pico_was_reset = 1; gamestate = PGS_Running; }