mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
change IOS reload
This commit is contained in:
parent
982db442c1
commit
bcefa0a2a8
@ -388,8 +388,10 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
// try to load IOS 202
|
// try to load IOS 202
|
||||||
if(IOS_GetVersion() != 202 && FindIOS(202))
|
if(FindIOS(202))
|
||||||
IOS_ReloadIOS(202);
|
IOS_ReloadIOS(202);
|
||||||
|
else if(IOS_GetVersion() < 61 && FindIOS(61))
|
||||||
|
IOS_ReloadIOS(61);
|
||||||
|
|
||||||
if(IOS_GetVersion() == 202)
|
if(IOS_GetVersion() == 202)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user