(RGUI) Build fixes
This commit is contained in:
parent
6aed356d17
commit
5cdfd2a06b
|
@ -195,7 +195,7 @@ returntype main_entry(signature())
|
|||
}
|
||||
else if (g_extern.lifecycle_mode_state & (1ULL << MODE_GAME))
|
||||
{
|
||||
#ifdef RARCH_CONSOLE || defined(ANDROID)
|
||||
#if defined(RARCH_CONSOLE) || defined(ANDROID)
|
||||
driver.input->poll(NULL);
|
||||
#endif
|
||||
if (driver.video_poke->set_aspect_ratio)
|
||||
|
|
|
@ -346,8 +346,6 @@ static void render_text(void *data)
|
|||
else if (menu_type == RGUI_SETTINGS_PATH_OPTIONS)
|
||||
w = 24;
|
||||
|
||||
unsigned port = rgui->current_pad;
|
||||
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
if (type >= RGUI_SETTINGS_SHADER_FILTER &&
|
||||
type <= RGUI_SETTINGS_SHADER_LAST)
|
||||
|
|
Loading…
Reference in New Issue