mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
Move some constants to MemConstants.h
This commit is contained in:

committed by
Nadia Holmquist Pedersen

parent
53e5aa6298
commit
399a6af91c
@ -30,6 +30,8 @@ constexpr u32 NWRAMSize = 0x40000;
|
||||
constexpr u32 ARM9BIOSSize = 0x1000;
|
||||
constexpr u32 ARM7BIOSSize = 0x4000;
|
||||
constexpr u32 DSiBIOSSize = 0x10000;
|
||||
constexpr u32 ITCMPhysicalSize = 0x8000;
|
||||
constexpr u32 DTCMPhysicalSize = 0x4000;
|
||||
}
|
||||
|
||||
#endif // MELONDS_MEMCONSTANTS_H
|
Reference in New Issue
Block a user