mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 22:14:06 +00:00
Revert "(RMenu) take out no longer used HAVE_FBO ifdef"
This reverts commit 5f6601ac7e5cbcba1588bedf16e43dcab19163c0.
This commit is contained in:
parent
e889f5c548
commit
09c123859d
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user