mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
More CSND stubbing
This commit is contained in:
parent
da29cecf7a
commit
b394cacbc7
6 changed files with 67 additions and 6 deletions
|
@ -139,6 +139,8 @@ void Kernel::mapMemoryBlock() {
|
|||
mem.copySharedFont(ptr);
|
||||
break;
|
||||
|
||||
case KernelHandles::CSNDSharedMemHandle: printf("Mapping CSND memory block\n"); break;
|
||||
|
||||
default: Helpers::panic("Mapping unknown shared memory block: %X", block);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue