mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
memory cards (in progress) (#868)
* c++ memory card stuff * saving kinda works * load working * more progress * clean up
This commit is contained in:
@@ -24,7 +24,7 @@ constexpr u32 GOAL_COPY_METHOD = 6; // method ID of GOAL copy
|
||||
constexpr u32 GOAL_RELOC_METHOD = 7; // method ID of GOAL relocate
|
||||
constexpr u32 GOAL_MEMUSAGE_METHOD = 8; // method ID of GOAL mem-usage
|
||||
|
||||
constexpr int EE_MAIN_MEM_LOW_PROTECT = 1024 * 1024;
|
||||
constexpr int EE_MAIN_MEM_LOW_PROTECT = 512 * 1024;
|
||||
constexpr int EE_MAIN_MEM_SIZE = 128 * (1 << 20); // 128 MB, same as PS2 TOOL
|
||||
constexpr u64 EE_MAIN_MEM_MAP = 0x2123000000; // intentionally > 32-bit to catch pointer bugs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user