mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
remove outdated todo notices
This commit is contained in:
parent
c46c8214f5
commit
fc1580f31f
5 changed files with 2 additions and 10 deletions
|
@ -27,7 +27,7 @@ static void compileThreadFunc(sint32 threadIndex)
|
|||
SetThreadName("compilePl");
|
||||
|
||||
// one thread runs at normal priority while the others run at lower priority
|
||||
if(threadIndex != 0)
|
||||
if (threadIndex != 0)
|
||||
; // TODO: set thread priority
|
||||
|
||||
while (true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue