Revert "(RMenu) take out no longer used HAVE_FBO ifdef"

This reverts commit 5f6601ac7e5cbcba1588bedf16e43dcab19163c0.
This commit is contained in:
twinaphex 2013-04-06 03:53:18 +02:00
parent e889f5c548
commit 09c123859d

View File

@ -681,6 +681,7 @@ static void populate_setting_item(void *data, unsigned input)
strlcpy(current_item->setting_text, rotation_lut[g_extern.console.screen.orientation], sizeof(current_item->setting_text));
strlcpy(current_item->comment, "Change orientation of the screen.", sizeof(current_item->comment));
break;
#ifdef HAVE_FBO
case INGAME_MENU_RESIZE_MODE:
strlcpy(current_item->text, "Resize Mode", sizeof(current_item->text));
strlcpy(current_item->setting_text, "", sizeof(current_item->setting_text));