mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
m_Do_dvd_thread match
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ config.libs = [
|
||||
Object(NonMatching, "m_Do/m_Do_lib.cpp"),
|
||||
Object(Matching, "m_Do/m_Do_hostIO.cpp"),
|
||||
Object(Matching, "m_Do/m_Do_Reset.cpp"),
|
||||
Object(NonMatching, "m_Do/m_Do_dvd_thread.cpp"),
|
||||
Object(Matching, "m_Do/m_Do_dvd_thread.cpp"),
|
||||
Object(Matching, "m_Do/m_Do_DVDError.cpp"),
|
||||
Object(NonMatching, "m_Do/m_Do_MemCard.cpp"),
|
||||
Object(NonMatching, "m_Do/m_Do_MemCardRWmng.cpp"),
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
|
||||
OSThread DvdErr_thread;
|
||||
u8 DvdErr_stack[0x1000] __attribute__((aligned(16)));
|
||||
u8 DvdErr_stack[0x1000] __attribute__((aligned(32)));
|
||||
|
||||
static OSAlarm Alarm;
|
||||
bool mDoDvdErr_initialized;
|
||||
|
||||
Reference in New Issue
Block a user