mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
Add CSND::ExecuteCommands
This commit is contained in:
parent
8ac22e35e9
commit
46cf049e3b
5 changed files with 44 additions and 2 deletions
|
@ -139,7 +139,10 @@ void Kernel::mapMemoryBlock() {
|
|||
mem.copySharedFont(ptr);
|
||||
break;
|
||||
|
||||
case KernelHandles::CSNDSharedMemHandle: printf("Mapping CSND memory block\n"); break;
|
||||
case KernelHandles::CSNDSharedMemHandle:
|
||||
serviceManager.setCSNDSharedMem(ptr);
|
||||
printf("Mapping CSND memory block\n");
|
||||
break;
|
||||
|
||||
default: Helpers::panic("Mapping unknown shared memory block: %X", block);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue