Rename eggUnk.cpp to eggThreadMonitor.cpp

This commit is contained in:
Sean Miller
2026-04-14 14:51:17 +01:00
parent b19d21a444
commit a72e4e4bbf
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4891,7 +4891,7 @@ egg/core/eggThread.cpp:
.sbss start:0x80576770 end:0x80576778
.bss start:0x80673B10 end:0x80673B20
egg/core/eggUnk.cpp:
egg/core/eggThreadMonitor.cpp:
.text start:0x80496DE0 end:0x8049716C align:16
.sbss start:0x80576778 end:0x80576780
+1 -1
View File
@@ -1232,7 +1232,7 @@ config.libs = [
Object(Matching, "egg/core/eggAssertHeap.cpp"),
Object(Matching, "egg/core/eggDisposer.cpp"),
Object(Matching, "egg/core/eggThread.cpp"),
Object(Matching, "egg/core/eggUnk.cpp"),
Object(Matching, "egg/core/eggThreadMonitor.cpp"),
Object(Matching, "egg/core/eggSystem.cpp"),
Object(Matching, "egg/core/eggDisplay.cpp"),
Object(Matching, "egg/core/eggColorFader.cpp"),
@@ -1,4 +1,4 @@
#include "egg/core/eggUnk.h"
#include "egg/core/eggThreadMonitor.h"
#include "rvl/OS.h"
+1 -1
View File
@@ -1,6 +1,6 @@
#include "m/m_thread.h"
#include "egg/core/eggUnk.h"
#include "egg/core/eggThreadMonitor.h"
#include "rvl/OS/OSThread.h"
void mThread::registerThread(OSThread *thread, void *threadArg) {