#include #include #include #include #include #include "save.h" struct state_pak { OSPfsState state; FILE* file; }; struct state_pak openFile[16]; int fileIndex = 0; u32 osTvType = OS_TV_NTSC; u32 osResetType; u8 osAppNmiBuffer[64]; void rmonPrintf(const char* fmt, ...) { } void func_80040030(u8* arg0, u8* arg1) { } void func_80040174(void* arg0, s32 arg1, s32 arg2) { } s32 osAiSetFrequency(u32 freq) { return 1; } void mio0decode(u8* arg0, u8* arg1) { arg1 = arg0; } s32 mio0encode(s32 input, s32 arg1, s32 arg2) { return 1; } void osStartThread(OSThread* thread) { } void osCreateThread(OSThread* thread, OSId id, void (*entry)(void*), void* arg, void* sp, OSPri pri) { } void osInitialize(void) { } void osSetThreadPri(OSThread* thread, OSPri pri) { } void osSpTaskLoad(OSTask* task) { } void osSpTaskStartGo(OSTask* task) { } void osSpTaskYield(void) { } OSYieldResult osSpTaskYielded(OSTask* task) { }