mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(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 *short_description;
|
||||||
const char *group;
|
const char *group;
|
||||||
const char *subgroup;
|
const char *subgroup;
|
||||||
|
const char *parent_group;
|
||||||
const char *values;
|
const char *values;
|
||||||
|
|
||||||
uint32_t index;
|
uint32_t index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user