mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 14:23:06 +00:00
fix compiler warning
This commit is contained in:
parent
5290a25ccd
commit
9b7bd42cc0
@ -105,7 +105,9 @@ unsigned RGUI_WIDTH = 320;
|
||||
unsigned RGUI_HEIGHT = 240;
|
||||
uint16_t menu_framebuf[400 * 240];
|
||||
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
static int shader_manager_toggle_setting(rgui_handle_t *rgui, unsigned setting, rgui_action_t action);
|
||||
#endif
|
||||
static int video_option_toggle_setting(rgui_handle_t *rgui, unsigned setting, rgui_action_t action);
|
||||
|
||||
static const unsigned rgui_controller_lut[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user