mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 10:35:45 -04:00
HostDisplay: Move most backend logic to FrontendCommon
This commit is contained in:
@ -45,6 +45,12 @@ struct SystemBootParameters
|
||||
class System
|
||||
{
|
||||
public:
|
||||
enum : u32
|
||||
{
|
||||
// 5 megabytes is sufficient for now, at the moment they're around 4.2MB.
|
||||
MAX_SAVE_STATE_SIZE = 5 * 1024 * 1024
|
||||
};
|
||||
|
||||
friend TimingEvent;
|
||||
|
||||
~System();
|
||||
|
Reference in New Issue
Block a user