mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 18:15:42 -04:00
System: Increase maximum save state size (for 8MB RAM)
This commit is contained in:
parent
21d6af287e
commit
f4fb627428
@ -38,8 +38,8 @@ namespace System {
|
|||||||
|
|
||||||
enum : u32
|
enum : u32
|
||||||
{
|
{
|
||||||
// 5 megabytes is sufficient for now, at the moment they're around 4.2MB.
|
// 5 megabytes is sufficient for now, at the moment they're around 4.3MB, or 10.3MB with 8MB RAM enabled.
|
||||||
MAX_SAVE_STATE_SIZE = 5 * 1024 * 1024
|
MAX_SAVE_STATE_SIZE = 11 * 1024 * 1024
|
||||||
};
|
};
|
||||||
|
|
||||||
enum : TickCount
|
enum : TickCount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user