Some small changes to ensure code compiles with GCC. (PR #877)

This commit is contained in:
Andrea
2020-11-27 20:57:35 +00:00
committed by GitHub
parent 8ef34d7d76
commit 3d70a9dd35
5 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ static bool g_bVideoScannerNTSC = true; // NTSC video scanning (or PAL)
// NOTE: KEEP IN SYNC: VideoType_e g_aVideoChoices g_apVideoModeDesc
// The window title will be set to this.
const char *g_apVideoModeDesc[ NUM_VIDEO_MODES ] =
static const char *g_apVideoModeDesc[ NUM_VIDEO_MODES ] =
{
"Monochrome (Custom)"
, "Color (Composite Idealized)"