mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 01:54:02 -04:00
misc cleanup, mostly inlines
This commit is contained in:
@@ -34,7 +34,7 @@ s32 mDoDvdThd::main(void* userData) {
|
||||
|
||||
/* 80017F54-80017FB0 .text create__9mDoDvdThdFl */
|
||||
void mDoDvdThd::create(s32 priority) {
|
||||
OSCreateThread(&l_thread, main, &l_param, l_threadStack.stack + sizeof(l_threadStack), sizeof(l_threadStack), priority, 1);
|
||||
OSCreateThread(&l_thread, (void*)main, &l_param, l_threadStack.stack + sizeof(l_threadStack), sizeof(l_threadStack), priority, 1);
|
||||
OSResumeThread(&l_thread);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user