mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
FullscreenUI: Fix incorrect section for Deinterlacing Mode
This commit is contained in:
parent
a3645f3173
commit
69826f2101
@ -4384,9 +4384,9 @@ void FullscreenUI::DrawGraphicsSettingsPage()
|
|||||||
bsi, FSUI_ICONSTR(ICON_FA_GRIP_LINES, "Deinterlacing Mode"),
|
bsi, FSUI_ICONSTR(ICON_FA_GRIP_LINES, "Deinterlacing Mode"),
|
||||||
FSUI_CSTR(
|
FSUI_CSTR(
|
||||||
"Determines which algorithm is used to convert interlaced frames to progressive for display on your system."),
|
"Determines which algorithm is used to convert interlaced frames to progressive for display on your system."),
|
||||||
"Display", "DeinterlacingMode", Settings::DEFAULT_DISPLAY_DEINTERLACING_MODE,
|
"GPU", "DeinterlacingMode", Settings::DEFAULT_DISPLAY_DEINTERLACING_MODE, &Settings::ParseDisplayDeinterlacingMode,
|
||||||
&Settings::ParseDisplayDeinterlacingMode, &Settings::GetDisplayDeinterlacingModeName,
|
&Settings::GetDisplayDeinterlacingModeName, &Settings::GetDisplayDeinterlacingModeDisplayName,
|
||||||
&Settings::GetDisplayDeinterlacingModeDisplayName, DisplayDeinterlacingMode::Count);
|
DisplayDeinterlacingMode::Count);
|
||||||
|
|
||||||
DrawEnumSetting(bsi, FSUI_ICONSTR(ICON_FA_CROP_ALT, "Crop Mode"),
|
DrawEnumSetting(bsi, FSUI_ICONSTR(ICON_FA_CROP_ALT, "Crop Mode"),
|
||||||
FSUI_CSTR("Determines how much of the area typically not visible on a consumer TV set to crop/hide."),
|
FSUI_CSTR("Determines how much of the area typically not visible on a consumer TV set to crop/hide."),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user