mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update sceKernelModule.cpp
This commit is contained in:
parent
1150b794bf
commit
f83e19aa2d
1 changed files with 5 additions and 5 deletions
|
@ -902,11 +902,11 @@ void sceKernelStartModule(u32 moduleId, u32 argsize, u32 argAddr, u32 returnValu
|
|||
int priority = 0x20;
|
||||
int stackSize = 0x40000;
|
||||
|
||||
if ((optionAddr) && (smoption.stacksize > 0)) {
|
||||
stackSize = smoption.stacksize;
|
||||
} else if (module->nm.module_start_thread_stacksize > 0) {
|
||||
stackSize = module->nm.module_start_thread_stacksize;
|
||||
}
|
||||
if ((optionAddr) && (smoption.stacksize > 0)) {
|
||||
stackSize = smoption.stacksize;
|
||||
} else if (module->nm.module_start_thread_stacksize > 0) {
|
||||
stackSize = module->nm.module_start_thread_stacksize;
|
||||
}
|
||||
|
||||
if (optionAddr)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue