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

This reverts commit 1d9d15a1d7.
This commit is contained in:
Henrik Rydgård 2020-06-03 09:19:38 +02:00
parent 1d9d15a1d7
commit 20afef4c35

View file

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