From: retro-wertz Date: Sun, 17 Mar 2019 12:23:04 +0000 (+0800) Subject: Reverts 0963774 (Run SysRese) only from...) X-Git-Tag: r24l~746^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6492c6e8b99daa11e1254ad5780a43283faebc47;p=pcsx_rearmed.git Reverts 0963774 (Run SysRese) only from...) This reverts commit https://github.com/libretro/pcsx_rearmed/commit/0963774720493115d123104f9ddc506d49a886bc, which was added to remedy issue on ludo when using official bios. turns out if has affected HLE on arm. Other arm users so far don't have issue with this PR nor they gained any advantage over it so issue probably is just ludo exclusive. Reverting this. --- diff --git a/frontend/libretro.c b/frontend/libretro.c index 06b66b11..c4d61339 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1297,10 +1297,7 @@ bool retro_load_game(const struct retro_game_info *info) return false; } - /* TODO: Calling SysReset() outside retro_run for some system - * causes RetroArch to freeze, e.g Ludo */ - //SysReset(); - rebootemu = 1; + SysReset(); if (LoadCdrom() == -1) { log_cb(RETRO_LOG_INFO, "could not load CD\n");