mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
[APT/CFG/Kernel] Smash Bros stuff
This commit is contained in:
parent
327b071efd
commit
1078253f6c
5 changed files with 32 additions and 9 deletions
|
@ -235,4 +235,6 @@ public:
|
|||
u8* getDSPMem() { return dspRam; }
|
||||
u8* getDSPDataMem() { return &dspRam[DSP_DATA_MEMORY_OFFSET]; }
|
||||
u8* getDSPCodeMem() { return &dspRam[DSP_CODE_MEMORY_OFFSET]; }
|
||||
|
||||
u32 getUsedUserMem() { return usedUserMemory; }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue