mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 06:54:20 -04:00
Rename eggUnk.cpp to eggThreadMonitor.cpp
This commit is contained in:
@@ -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
@@ -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
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user