mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-06 13:38:56 +00:00
Set default load address to 0x88004000 according to tpunix
This commit is contained in:
parent
8021e49c7f
commit
5fb4d5d48a
@ -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…
x
Reference in New Issue
Block a user