mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-24 22:41:12 +01:00
change IOS reload
This commit is contained in:
parent
1963865ec1
commit
3586b005bb
@ -300,8 +300,10 @@ int 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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user