mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 10:15:46 -04:00
System: Add an option to preload CD image to RAM
This commit is contained in:
@ -38,6 +38,7 @@ struct SystemBootParameters
|
||||
std::string filename;
|
||||
std::optional<bool> override_fast_boot;
|
||||
std::optional<bool> override_fullscreen;
|
||||
std::optional<bool> override_load_image_to_ram;
|
||||
std::unique_ptr<ByteStream> state_stream;
|
||||
bool force_software_renderer = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user