From bcefa0a2a8182df5859052575dea255b82d3ab6c Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 5 Jun 2010 01:45:03 +0000 Subject: [PATCH] change IOS reload --- source/snes9xgx.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/snes9xgx.cpp b/source/snes9xgx.cpp index e69daf9..2c818ea 100644 --- a/source/snes9xgx.cpp +++ b/source/snes9xgx.cpp @@ -388,8 +388,10 @@ main(int argc, char *argv[]) #ifdef HW_RVL // try to load IOS 202 - if(IOS_GetVersion() != 202 && FindIOS(202)) + if(FindIOS(202)) IOS_ReloadIOS(202); + else if(IOS_GetVersion() < 61 && FindIOS(61)) + IOS_ReloadIOS(61); if(IOS_GetVersion() == 202) {