mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-26 23:50:31 +00:00
FullscreenUI: Ensure each cheat option has a unique name
This commit is contained in:
parent
09a825720d
commit
775496af8a
@ -5265,7 +5265,7 @@ void FullscreenUI::DrawPatchesOrCheatsSettingsPage(bool cheats)
|
||||
if (!cheats)
|
||||
title = std::string_view(ci.name);
|
||||
else
|
||||
title = ci.GetNamePart();
|
||||
title.format("{}##{}", ci.GetNamePart(), ci.name);
|
||||
|
||||
// TODO: Handle ranges.
|
||||
bool state = (enable_it != enable_list.end());
|
||||
|
Loading…
Reference in New Issue
Block a user