(menu_setting.c) Add 'parent group'
This commit is contained in:
parent
a84f0d52f8
commit
2a8704d2d2
File diff suppressed because it is too large
Load Diff
|
@ -135,6 +135,7 @@ typedef struct rarch_setting
|
|||
const char *short_description;
|
||||
const char *group;
|
||||
const char *subgroup;
|
||||
const char *parent_group;
|
||||
const char *values;
|
||||
|
||||
uint32_t index;
|
||||
|
|
Loading…
Reference in New Issue