mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-26 07:15:27 +01:00
simplify
This commit is contained in:
parent
0f3fec93b6
commit
8c36474b6d
@ -47,7 +47,6 @@ void FCEUD_Update(uint8 *XBuf, int32 *Buffer, int Count);
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
extern void __exception_setreload(int t);
|
extern void __exception_setreload(int t);
|
||||||
extern u32 __di_check_ahbprot(void);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int fskipc = 0;
|
static int fskipc = 0;
|
||||||
@ -318,13 +317,6 @@ int main(int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
// only reload IOS if AHBPROT is not enabled
|
|
||||||
u32 version = IOS_GetVersion();
|
|
||||||
s32 preferred = IOS_GetPreferredVersion();
|
|
||||||
|
|
||||||
if(version != 58 && preferred > 0 && version != (u32)preferred && __di_check_ahbprot() != 1)
|
|
||||||
IOS_ReloadIOS(preferred);
|
|
||||||
|
|
||||||
StartNetworkThread();
|
StartNetworkThread();
|
||||||
DI_Init();
|
DI_Init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user