From 6492c6e8b99daa11e1254ad5780a43283faebc47 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Sun, 17 Mar 2019 20:23:04 +0800 Subject: 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.--- frontend/libretro.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'frontend/libretro.c') diff --git a/frontend/libretro.c b/frontend/libretro.c index 06b66b1..c4d6133 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"); -- cgit v1.2.3