(menu_setting.c) Add 'parent group'

This commit is contained in:
twinaphex 2015-06-08 01:40:25 +02:00
parent a84f0d52f8
commit 2a8704d2d2
2 changed files with 529 additions and 286 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;