mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[Memory] Implement APPMEMALLOC
This commit is contained in:
parent
db48d08c34
commit
0b2e22ca6d
2 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
namespace ConfigMem {
|
||||
enum : u32 {
|
||||
KernelVersionMinor = 0x1FF80002,
|
||||
KernelVersionMajor = 0x1FF80003
|
||||
KernelVersionMajor = 0x1FF80003,
|
||||
AppMemAlloc = 0x1FF80040
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue