mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Updates
This commit is contained in:
parent
de09440d1c
commit
37d926fc0d
File diff suppressed because it is too large
Load Diff
@ -45,11 +45,10 @@ struct menu_dialog
|
||||
|
||||
typedef struct menu_dialog menu_dialog_t;
|
||||
|
||||
/* TODO/FIXME - static public global variables */
|
||||
static menu_dialog_t dialog;
|
||||
|
||||
static menu_dialog_t *dialog_get_ptr(void)
|
||||
{
|
||||
/* TODO/FIXME - static public global variables */
|
||||
static menu_dialog_t dialog;
|
||||
return &dialog;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user