mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
[zr] rename function
This commit is contained in:
parent
5e87fd5ecc
commit
a0eb17200b
@ -694,7 +694,7 @@ static void zrmenu_context_reset(void *data)
|
|||||||
menu_display_handle_wallpaper_upload, NULL);
|
menu_display_handle_wallpaper_upload, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int wimp_environ(enum menu_environ_cb type, void *data, void *userdata)
|
static int zrmenu_environ(enum menu_environ_cb type, void *data, void *userdata)
|
||||||
{
|
{
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
@ -763,6 +763,6 @@ menu_ctx_driver_t menu_ctx_zr = {
|
|||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
"zahnrad",
|
"zahnrad",
|
||||||
wimp_environ,
|
zrmenu_environ,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user