mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 15:19:26 +01:00
typefix
This commit is contained in:
parent
febf7a3ae4
commit
8caf7fd972
@ -235,7 +235,10 @@ bool SaneIOS()
|
||||
u32 num_titles=0;
|
||||
u32 tmd_size;
|
||||
u32 ios = IOS_GetVersion();
|
||||
u8 tmdbuffer[MAX_SIGNED_TMD_SIZE] ATTRIBUTE_ALIGN(32);
|
||||
u32 tmdbuffer[MAX_SIGNED_TMD_SIZE] ATTRIBUTE_ALIGN(32);
|
||||
|
||||
if(ios > 200)
|
||||
return false;
|
||||
|
||||
if (ES_GetNumTitles(&num_titles) < 0)
|
||||
return false;
|
||||
@ -354,8 +357,6 @@ int main(int argc, char *argv[])
|
||||
else if((version < 61 || version >= 200) && FindIOS(61))
|
||||
IOS_ReloadIOS(61);
|
||||
}
|
||||
|
||||
DI_LoadDVDX(false);
|
||||
DI_Init();
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user