Skip to content

Commit be325c7

Browse files
committed
rg_gui: Always show overclock in options menu for now
1 parent 3a84fa8 commit be325c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/retro-go/rg_gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ void rg_gui_options_menu(void)
20102010
{0, _("Border"), "-", RG_DIALOG_FLAG_NORMAL, &border_update_cb},
20112011
{0, _("Speed"), "-", RG_DIALOG_FLAG_NORMAL, &speedup_update_cb},
20122012
// {0, _("Misc options"), NULL, RG_DIALOG_FLAG_NORMAL, &misc_options_cb},
2013-
#if !RG_BUILD_RELEASE /* Add overclock here for easier testing during dev */
2013+
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S3 // && !RG_BUILD_RELEASE
20142014
{0, _("Overclock"), "-", RG_DIALOG_FLAG_NORMAL, &overclock_cb},
20152015
#endif
20162016
{0, _("Emulator options"), NULL, RG_DIALOG_FLAG_NORMAL, &app_options_cb},

0 commit comments

Comments
 (0)