mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-26 15:46:18 -04:00
Remove the yield from the render thread.
This commit is contained in:
@@ -4907,8 +4907,6 @@ static std::thread g_renderThread([]
|
||||
default: assert(false && "Unrecognized render command type."); break;
|
||||
}
|
||||
}
|
||||
|
||||
std::this_thread::yield();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user