(RGUI) Build fixes

This commit is contained in:
twinaphex 2013-10-07 14:50:32 +02:00
parent 6aed356d17
commit 5cdfd2a06b
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -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)