mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
new cfg file system
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@390 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c09d5a010d
commit
0ae25549b5
11 changed files with 293 additions and 253 deletions
|
@ -99,6 +99,7 @@ typedef struct
|
|||
signed char min; /* for ranged integer settings, to be sign-extended */
|
||||
signed char max;
|
||||
char enabled;
|
||||
char need_to_save;
|
||||
} menu_entry;
|
||||
|
||||
|
||||
|
@ -111,4 +112,5 @@ menu_id me_index2id(const menu_entry *entries, int count, int index);
|
|||
void me_draw(const menu_entry *entries, int count, int x, int y, me_draw_custom_f *cust_draw, void *param);
|
||||
int me_process(menu_entry *entries, int count, menu_id id, int is_next);
|
||||
|
||||
const char *me_region_name(unsigned int code, int auto_order);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue