Experimental commit: Bump up scratchpad size so that Android will act like Windows in #10196 (Spider-Man 3)

This commit is contained in:
Henrik Rydgård 2020-06-03 09:18:06 +02:00
parent dd948383af
commit 1d9d15a1d7

View file

@ -97,7 +97,7 @@ enum
VRAM_SIZE = 0x00200000,
SCRATCHPAD_SIZE = 0x00004000,
SCRATCHPAD_SIZE = 0x00010000,
#ifdef MASKED_PSP_MEMORY
// This wraparound should work for PSP too.