System: Add "fast boot" option (skip boot logo)

This commit is contained in:
Connor McLaughlin
2019-11-16 01:04:51 +10:00
parent 30fd7a6683
commit a47492382c
4 changed files with 45 additions and 14 deletions

View File

@ -42,6 +42,9 @@ struct Settings
// TODO: Controllers, memory cards, etc.
std::string bios_path;
bool bios_patch_tty_enable = true;
bool bios_patch_fast_boot = false;
std::string memory_card_a_path;
std::string memory_card_b_path;