Delete some left behind unused code
This commit is contained in:
parent
524854ac16
commit
5df4bac6d2
17 changed files with 17 additions and 127 deletions
|
@ -588,11 +588,6 @@ void __IoInit() {
|
|||
if (ioManagerThreadEnabled) {
|
||||
Core_ListenShutdown(&__IoWakeManager);
|
||||
ioManagerThread = new std::thread(&__IoManagerThread);
|
||||
#ifdef _XBOX
|
||||
SuspendThread(ioManagerThread->native_handle());
|
||||
XSetThreadProcessor(ioManagerThread->native_handle(), 4);
|
||||
ResumeThread(ioManagerThread->native_handle());
|
||||
#endif
|
||||
ioManagerThread->detach();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue