diff vgmplay.c @ 551:16ee0937c676

Fix type mismatch on headless global that was causing a crash in the vgm player on ARM
author Michael Pavone <pavone@retrodev.com>
date Wed, 19 Feb 2014 00:44:19 -0800
parents f66c78cbdcaa
children 019d27995e32
line wrap: on
line diff
--- a/vgmplay.c	Wed Feb 19 00:22:27 2014 -0800
+++ b/vgmplay.c	Wed Feb 19 00:44:19 2014 -0800
@@ -101,7 +101,7 @@
 {
 }
 
-uint8_t headless = 0;
+int headless = 0;
 
 #define CYCLE_LIMIT MCLKS_NTSC/60
 #define MAX_SOUND_CYCLES 100000