mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
90b4b24c2e
-fixed booting devolution without AHBPROT patched out -cleaned up some stuff
17 lines
181 B
C
17 lines
181 B
C
#ifndef _ALT_IOS_H_
|
|
#define _ALT_IOS_H_
|
|
|
|
#include <ogcsys.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool loadIOS(int ios, bool MountDevices);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|