Skip to content

Commit

Permalink
GameDatabase: Fix crash with deinterlacing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 20, 2024
1 parent 4ab2292 commit 825dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/game_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ void GameDatabase::Entry::ApplySettings(Settings& settings, bool display_osd_mes
if (display_osd_messages && settings.display_deinterlacing_mode != new_mode)
{
APPEND_MESSAGE_FMT(TRANSLATE_FS("GameDatabase", "Deinterlacing set to {}."),
Settings::GetDisplayDeinterlacingModeDisplayName(display_deinterlacing_mode.value()));
Settings::GetDisplayDeinterlacingModeDisplayName(new_mode));
}

settings.display_deinterlacing_mode = new_mode;
Expand Down

0 comments on commit 825dd13

Please sign in to comment.