mirror of
https://github.com/dborth/vbagx.git
synced 2025-02-18 03:26:21 +01:00
fix gc build
This commit is contained in:
parent
47590cda63
commit
a3b33715bd
@ -303,6 +303,7 @@ void USBGeckoOutput()
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
#ifdef HW_RVL
|
||||||
u32 ios = IOS_GetVersion();
|
u32 ios = IOS_GetVersion();
|
||||||
|
|
||||||
if(!SupportedIOS(ios))
|
if(!SupportedIOS(ios))
|
||||||
@ -312,6 +313,7 @@ int 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