oh ffs - properly suspending threads on creation.

This commit is contained in:
Ben Vanik
2014-08-05 09:10:00 -07:00
parent 2d4ae9ba64
commit 3150f41ea0
3 changed files with 20 additions and 4 deletions

View File

@@ -281,8 +281,7 @@ uint32_t xeKeSetAffinityThread(void* thread_ptr, uint32_t affinity) {
XThread* thread = (XThread*)XObject::GetObject(state, thread_ptr);
if (thread) {
// TODO(benvanik): implement.
XELOGW("KeSetAffinityThread not implemented");
thread->SetAffinity(affinity);
}
return affinity;