mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-23 22:56:52 +00:00
Fix name conflicts of FFX upscalers in the menu
This commit is contained in:
@@ -3274,7 +3274,7 @@ bool MenuCommon::RenderMenu()
|
||||
{
|
||||
for (int n = 0; n < state.ffxUpscalerVersionIds.size(); n++)
|
||||
{
|
||||
auto name = StrFmt("FSR %s", state.ffxUpscalerVersionNames[n]);
|
||||
auto name = StrFmt("FSR %s##%d", state.ffxUpscalerVersionNames[n], n);
|
||||
if (ImGui::Selectable(name.c_str(),
|
||||
config->FfxUpscalerIndex.value_or_default() == n))
|
||||
_ffxUpscalerIndex = n;
|
||||
|
||||
Reference in New Issue
Block a user