mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Kernel] Implement CreateMemoryBlock
This commit is contained in:
parent
ec7c0b86b7
commit
980139e588
5 changed files with 93 additions and 7 deletions
|
@ -10,6 +10,7 @@ class MICService {
|
|||
MAKE_LOG_FUNCTION(log, micLogger)
|
||||
|
||||
// Service commands
|
||||
void mapSharedMem(u32 messagePointer);
|
||||
|
||||
public:
|
||||
MICService(Memory& mem) : mem(mem) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue