Frontend: Add controller settings

This commit is contained in:
Connor McLaughlin
2019-12-15 22:24:27 +10:00
parent a347b3606e
commit 1d2bd11b02
5 changed files with 69 additions and 38 deletions

View File

@ -45,11 +45,11 @@ struct Settings
bool bios_patch_tty_enable = false;
bool bios_patch_fast_boot = false;
ControllerType controller_a_type = ControllerType::None;
ControllerType controller_b_type = ControllerType::None;
ControllerType controller_1_type = ControllerType::None;
ControllerType controller_2_type = ControllerType::None;
std::string memory_card_a_path;
std::string memory_card_b_path;
std::string memory_card_1_path;
std::string memory_card_2_path;
void SetDefaults();
void Load(const char* filename);