mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
Remove commented out line
This commit is contained in:
parent
0bd01a6ccc
commit
d48a512342
1 changed files with 0 additions and 1 deletions
|
|
@ -260,7 +260,6 @@ extern "C" void osCreateThread(RDRAM_ARG PTR(OSThread) t_, OSId id, PTR(thread_f
|
|||
UltraThreadContext* context = new UltraThreadContext{};
|
||||
t->context = context;
|
||||
context->host_thread = std::thread{_thread_func, PASS_RDRAM t_, entrypoint, arg, t->context};
|
||||
//context->host_thread.detach();
|
||||
|
||||
// Wait until the thread is initialized to indicate that it's ready to be started.
|
||||
context->initialized.wait();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue