mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove comment.
This commit is contained in:
parent
0b2a112212
commit
71cd80b64d
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue