mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-09 15:05:42 -04:00
Settings: Disable fast boot and TTY output by default
The latter can cause crashes in some games.
This commit is contained in:
parent
56b87f33c0
commit
0d293c4be4
@ -30,6 +30,8 @@ void Settings::SetDefaults()
|
||||
display_linear_filtering = true;
|
||||
|
||||
bios_path = "scph1001.bin";
|
||||
bios_patch_tty_enable = false;
|
||||
bios_patch_fast_boot = false;
|
||||
|
||||
memory_card_a_path = "memory_card_a.mcd";
|
||||
memory_card_b_path.clear();
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user