mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Remove comment.
This commit is contained in:
parent
0b2a112212
commit
71cd80b64d
@ -885,9 +885,6 @@ void __KernelStartModule(Module *m, int args, const char *argp, SceKernelSMOptio
|
|||||||
|
|
||||||
SceUID threadID = __KernelSetupRootThread(m->GetUID(), args, argp, options->priority, options->stacksize, options->attribute);
|
SceUID threadID = __KernelSetupRootThread(m->GetUID(), args, argp, options->priority, options->stacksize, options->attribute);
|
||||||
__KernelSetThreadRA(threadID, NID_MODULERETURN);
|
__KernelSetThreadRA(threadID, NID_MODULERETURN);
|
||||||
|
|
||||||
// TODO: if current thread, put it in wait state, waiting for the new thread
|
|
||||||
// TODO: Really? That sounds fishy.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user