System: Add -exe parameter for overriding boot executable

Lets you re-use a disc image, but boot a different file.
This commit is contained in:
Connor McLaughlin
2023-01-11 19:40:56 +10:00
parent daf1080397
commit 50a616421f
4 changed files with 48 additions and 12 deletions

View File

@ -29,6 +29,7 @@ struct SystemBootParameters
std::string filename;
std::string save_state;
std::string override_exe;
std::optional<bool> override_fast_boot;
std::optional<bool> override_fullscreen;
std::optional<bool> override_start_paused;