mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-26 00:14:33 -04:00
Move TP-specific OSReport functions elsewhere
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
#include "m_Do/m_Do_MemCardRWmng.h"
|
||||
#include "m_Do/m_Do_Reset.h"
|
||||
#include "os_report.h"
|
||||
|
||||
#if PLATFORM_WII || PLATFORM_SHIELD
|
||||
#include <revolution/nand.h>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#if !PLATFORM_GCN
|
||||
#include <revolution/os.h>
|
||||
#endif
|
||||
#include "os_report.h"
|
||||
|
||||
static void my_OSCancelAlarmAll() {}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "m_Do/m_Do_Reset.h"
|
||||
#include "m_Do/m_Do_controller_pad.h"
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
#include "os_report.h"
|
||||
|
||||
s32 mDoDvdThd::main(void* param_0) {
|
||||
JKRThread(OSGetCurrentThread(), 0);
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "m_Do/m_Do_machine_exception.h"
|
||||
#include "m_Do/m_Do_main.h"
|
||||
#include "DynamicLink.h"
|
||||
#include "os_report.h"
|
||||
|
||||
#if !PLATFORM_GCN
|
||||
#include <revolution/sc.h>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "SSystem/SComponent/c_m3d.h"
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
#include "global.h"
|
||||
#include "os_report.h"
|
||||
|
||||
Mtx mDoMtx_stack_c::now;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user