Move TP-specific OSReport functions elsewhere

This commit is contained in:
PJB3005
2026-03-02 13:47:19 +01:00
parent d762e1d8ec
commit 199f2da4e7
31 changed files with 65 additions and 0 deletions
@@ -9,6 +9,7 @@
#include "JSystem/JUtility/JUTException.h"
#include <cmath>
#include <cstring>
#include "os_report.h"
JKRAramArchive::JKRAramArchive() {}
+1
View File
@@ -4,6 +4,7 @@
#include "JSystem/JKernel/JKRHeap.h"
#include "global.h"
#include <climits>
#include "os_report.h"
JSUList<JKRAramBlock> JKRAramHeap::sAramList;
@@ -10,6 +10,7 @@
#include <cstring>
#include "global.h"
#include <stdint.h>
#include "os_report.h"
JKRDvdArchive::JKRDvdArchive(s32 entryNum, JKRArchive::EMountDirection mountDirection)
: JKRArchive(entryNum, MOUNT_DVD) {
+1
View File
@@ -22,6 +22,7 @@
#endif
#include <cstring>
#include <dolphin/os.h>
#include "os_report.h"
#if DEBUG
u8 JKRValue_DEBUGFILL_NOTUSE = 0xFD;
@@ -8,6 +8,7 @@
#include <cstring>
#include "global.h"
#include <stdint.h>
#include "os_report.h"
JKRMemArchive::JKRMemArchive(s32 entryNum, JKRArchive::EMountDirection mountDirection)
: JKRArchive(entryNum, MOUNT_MEM) {