System: Reduce rewind/runahead memory usage w/o 8MB enabled

This commit is contained in:
Stenzek
2024-08-06 16:02:18 +10:00
parent 81295c8a7d
commit e6a682f8d5
3 changed files with 21 additions and 12 deletions

View File

@ -25,6 +25,7 @@ struct SAVE_STATE_HEADER
{
MAX_TITLE_LENGTH = 128,
MAX_SERIAL_LENGTH = 32,
MAX_SAVE_STATE_SIZE = 32 * 1024 * 1024,
};
u32 magic;