More CSND stubbing

This commit is contained in:
wheremyfoodat 2023-09-10 16:51:44 +03:00
parent da29cecf7a
commit b394cacbc7
6 changed files with 67 additions and 6 deletions

View file

@ -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 {