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 44e35994ce
commit 6514e877cb
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;