mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-24 09:01:13 +01:00
fix gc build
This commit is contained in:
parent
bf36bc2fec
commit
d7e85f0dc7
@ -335,6 +335,7 @@ void USBGeckoOutput()
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
#ifdef HW_RVL
|
||||||
u32 ios = IOS_GetVersion();
|
u32 ios = IOS_GetVersion();
|
||||||
|
|
||||||
if(!SupportedIOS(ios))
|
if(!SupportedIOS(ios))
|
||||||
@ -344,6 +345,7 @@ main(int argc, char *argv[])
|
|||||||
if(SupportedIOS(preferred))
|
if(SupportedIOS(preferred))
|
||||||
IOS_ReloadIOS(preferred);
|
IOS_ReloadIOS(preferred);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//USBGeckoOutput(); // uncomment to enable USB gecko output
|
//USBGeckoOutput(); // uncomment to enable USB gecko output
|
||||||
__exception_setreload(8);
|
__exception_setreload(8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user