mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Display "fancy" names for post shaders
This commit is contained in:
parent
33acec8263
commit
b16b837719
@ -152,7 +152,7 @@ PostProcScreen::PostProcScreen(const std::string &title) : ListPopupScreen(title
|
||||
for (int i = 0; i < shaders_.size(); i++) {
|
||||
if (shaders_[i].section == g_Config.sPostShaderName)
|
||||
selected = i;
|
||||
items.push_back(shaders_[i].section);
|
||||
items.push_back(shaders_[i].name);
|
||||
}
|
||||
adaptor_ = UI::StringVectorListAdaptor(items, selected);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user