mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
[Kernel] More cleanup
This commit is contained in:
parent
ad07c70772
commit
f100601caf
5 changed files with 32 additions and 31 deletions
|
@ -14,7 +14,7 @@ void Kernel::getResourceLimit() {
|
|||
return;
|
||||
}
|
||||
|
||||
const auto processData = static_cast<ProcessData*>(process->data);
|
||||
const auto processData = static_cast<Process*>(process->data);
|
||||
|
||||
regs[0] = SVCResult::Success;
|
||||
regs[1] = processData->limits.handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue