usbloadergx/source/system/IosLoader.h
dimok321 33ce3e48ab *Lot's of cleanup and file/function movement.
*Homebrew boot changed a bit (cleanup)
*A lot more stuff i can't remember anymore
2010-11-06 15:30:14 +00:00

17 lines
298 B
C++

#ifndef _IOSLOADER_H_
#define _IOSLOADER_H_
#include <gctypes.h>
class IosLoader
{
public:
static s32 LoadAppCios();
static s32 LoadGameCios(s32 ios);
static s32 ReloadIosSafe(s32 ios);
private:
static void LoadIOSModules(s32 ios, s32 ios_rev);
};
#endif