OSD: Add controller input display overlay

This commit is contained in:
Connor McLaughlin
2021-04-04 03:51:08 +10:00
parent a9a571cd6a
commit 251043f11a
25 changed files with 293 additions and 12 deletions

View File

@ -1980,6 +1980,10 @@ void DrawSettingsWindow()
ToggleButton("Show Resolution",
"Shows the current rendering resolution of the system in the top-right corner of the display.",
&s_settings_copy.display_show_resolution);
settings_changed |= ToggleButtonForNonSetting(
"Show Controller Input",
"Shows the current controller state of the system in the bottom-left corner of the display.", "Display",
"ShowInputs", false);
EndMenuButtons();
}