mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-01-02 06:30:49 +00:00
Show the Debugging Options menu on all platforms that support AppleTalk emulation.
This commit is contained in:
parent
ab27b61d1c
commit
483b63a050
@ -357,7 +357,7 @@ Cfg_menu g_cfg_main_menu[] = {
|
||||
#ifndef _WIN32
|
||||
{ "Force X-windows display depth", KNMP(g_force_depth), CFGTYPE_INT },
|
||||
#endif
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
#if defined(HAVE_ATBRIDGE) || defined(_WIN32) || defined(__CYGWIN__)
|
||||
{ "Debugging Options", g_cfg_debug_menu, 0, 0, CFGTYPE_MENU },
|
||||
#endif
|
||||
{ "Auto-update configuration file,0,Manual,1,Immediately",
|
||||
|
Loading…
Reference in New Issue
Block a user