ui_settings: Add UI setting for input profile index

This commit is contained in:
Zach Hilman
2018-11-22 15:25:12 -05:00
parent db3200b515
commit 281b64daf4
2 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,9 @@ struct Values {
// logging
bool show_console;
// Controllers
uint32_t profile_index;
// Game List
bool show_unknown;
bool show_add_ons;