XThread bool guest thread

This commit is contained in:
Dr. Chat
2015-07-05 13:37:10 -05:00
parent 6bb5b002e0
commit 4fdebd530f
4 changed files with 10 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ SHIM_CALL ExCreateThread_shim(PPCContext* ppc_context,
auto thread = object_ref<XThread>(
new XThread(kernel_state, stack_size, xapi_thread_startup, start_address,
start_context, creation_flags));
start_context, creation_flags, true));
X_STATUS result = thread->Create();
if (XFAILED(result)) {