Settings: Disable fast boot and TTY output by default
The latter can cause crashes in some games.
This commit is contained in:
@ -42,7 +42,7 @@ struct Settings
|
||||
// TODO: Controllers, memory cards, etc.
|
||||
|
||||
std::string bios_path;
|
||||
bool bios_patch_tty_enable = true;
|
||||
bool bios_patch_tty_enable = false;
|
||||
bool bios_patch_fast_boot = false;
|
||||
|
||||
std::string memory_card_a_path;
|
||||
|
||||
Reference in New Issue
Block a user