mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
f90b82ec9f
- hopefully removed split second green screen when sourceflow on startup is used. - fixed startup for wiivc (although untested). - made changes to cios loading on startup. - fixed if wiiflow fails on startup to not exit to HBC unless booted from HBC.
19 lines
233 B
C
19 lines
233 B
C
#ifndef _ALT_IOS_H_
|
|
#define _ALT_IOS_H_
|
|
|
|
#include <ogcsys.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool loadIOS(int ios, bool MountDevices);
|
|
void load_ehc_module_ex(void);
|
|
void load_dip_249();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|