mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
(Xbox 1 RMenu) One-liner build fix
This commit is contained in:
parent
a7503eda92
commit
ec22521636
@ -233,7 +233,7 @@ static void populate_setting_item(unsigned i, item *current_item)
|
|||||||
break;
|
break;
|
||||||
case SETTING_SOFT_DISPLAY_FILTER:
|
case SETTING_SOFT_DISPLAY_FILTER:
|
||||||
snprintf(current_item->text, sizeof(current_item->text), "Soft Display Filter");
|
snprintf(current_item->text, sizeof(current_item->text), "Soft Display Filter");
|
||||||
snprintf(setting_text, sizeof(current_item->setting_text), g_console.soft_display_filter_enable ? "ON" : "OFF")
|
snprintf(current_item->setting_text, sizeof(current_item->setting_text), g_console.soft_display_filter_enable ? "ON" : "OFF");
|
||||||
snprintf(current_item->comment, sizeof(current_item->comment), "INFO - Toggle the [Soft Display Filter].");
|
snprintf(current_item->comment, sizeof(current_item->comment), "INFO - Toggle the [Soft Display Filter].");
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user