mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +12:00
Merge pull request #214 from wheremyfoodat/wheremyfoodat-patch-3
Add missing log
This commit is contained in:
commit
497ff5b96b
1 changed files with 2 additions and 1 deletions
|
@ -473,6 +473,7 @@ void Kernel::setThreadPriority() {
|
|||
}
|
||||
|
||||
void Kernel::getCurrentProcessorNumber() {
|
||||
logSVC("GetCurrentProcessorNumber()\n");
|
||||
const ProcessorID id = threads[currentThreadIndex].processorID;
|
||||
s32 ret;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue