Skip to content

Commit

Permalink
Settings: Make disable-all-enhancements use new MDEC routines
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jan 13, 2023
1 parent 1aa3be7 commit 5b60060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ void Settings::FixIncompatibleSettings(bool display_osd_messages)
g_settings.cdrom_seek_speedup = 1;
g_settings.cdrom_mute_cd_audio = false;
g_settings.texture_replacements.enable_vram_write_replacements = false;
g_settings.use_old_mdec_routines = false;
g_settings.bios_patch_fast_boot = false;
g_settings.bios_patch_tty_enable = false;
}
Expand Down

0 comments on commit 5b60060

Please sign in to comment.