mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
6ae58ae3de
wii games with them again and you also should be able to boot wiiflow using another ios than d2x
20 lines
221 B
C
20 lines
221 B
C
#ifndef _ALT_IOS_H_
|
|
#define _ALT_IOS_H_
|
|
|
|
#include <ogcsys.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool loadIOS(int ios, bool launch_game);
|
|
u32 get_ios_base();
|
|
|
|
extern int mainIOS;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|