mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Set default load address to 0x88004000 according to tpunix
This commit is contained in:
parent
8021e49c7f
commit
5fb4d5d48a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ inline u32 PSP_GetKernelMemoryEnd() { return 0x08400000;}
|
|||
inline u32 PSP_GetUserMemoryBase() { return 0x08800000;}
|
||||
inline u32 PSP_GetUserMemoryEnd() { return 0x0A000000;}
|
||||
|
||||
inline u32 PSP_GetDefaultLoadAddress() { return 0x08800000;}
|
||||
inline u32 PSP_GetDefaultLoadAddress() { return 0x08804000;}
|
||||
//inline u32 PSP_GetDefaultLoadAddress() { return 0x0898dab0;}
|
||||
inline u32 PSP_GetVidMemBase() { return 0x04000000;}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue