mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +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() {
|
void Kernel::getCurrentProcessorNumber() {
|
||||||
|
logSVC("GetCurrentProcessorNumber()\n");
|
||||||
const ProcessorID id = threads[currentThreadIndex].processorID;
|
const ProcessorID id = threads[currentThreadIndex].processorID;
|
||||||
s32 ret;
|
s32 ret;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue