System: Tidy up some unused code

This commit is contained in:
Stenzek
2024-05-14 13:57:29 +10:00
parent 278c3ab2a5
commit e517581041
2 changed files with 5 additions and 50 deletions

View File

@ -47,14 +47,12 @@ struct SystemBootParameters
std::string filename;
std::string save_state;
std::string override_exe;
std::string override_bios;
std::optional<bool> override_fast_boot;
std::optional<bool> override_fullscreen;
std::optional<bool> override_start_paused;
u32 media_playlist_index = 0;
bool load_image_to_ram = false;
bool force_software_renderer = false;
bool fast_forward_to_first_frame = false;
bool disable_achievements_hardcore_mode = false;
bool start_audio_dump = false;
};