forked from eden-emu/eden
ui_settings: Add UI setting for input profile index
This commit is contained in:
parent
db3200b515
commit
281b64daf4
2 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,9 @@ struct Values {
|
|||
// logging
|
||||
bool show_console;
|
||||
|
||||
// Controllers
|
||||
uint32_t profile_index;
|
||||
|
||||
// Game List
|
||||
bool show_unknown;
|
||||
bool show_add_ons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue