mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(RGUI) Fix warnings
This commit is contained in:
parent
dbc6d8263f
commit
bffdd1a439
@ -1040,6 +1040,9 @@ static int rgui_viewport_iterate(rgui_handle_t *rgui, rgui_action_t action)
|
||||
unsigned menu_type = 0;
|
||||
rgui_list_back(rgui->path_stack, NULL, &menu_type, NULL);
|
||||
|
||||
(void)win_width;
|
||||
(void)win_height;
|
||||
|
||||
switch (action)
|
||||
{
|
||||
case RGUI_ACTION_UP:
|
||||
|
Loading…
x
Reference in New Issue
Block a user