WiiFlow_Lite/source/loader/alt_ios.h
Fledge68 f90b82ec9f - sourceflow no longer shows cache covers progress bar unless 1 or more covers need to be cached.
- 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.
2020-04-28 18:03:24 -05:00

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