comparison 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
comparison
equal deleted inserted replaced
550:96489fb27dbf 551:16ee0937c676
99 99
100 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) 100 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value)
101 { 101 {
102 } 102 }
103 103
104 uint8_t headless = 0; 104 int headless = 0;
105 105
106 #define CYCLE_LIMIT MCLKS_NTSC/60 106 #define CYCLE_LIMIT MCLKS_NTSC/60
107 #define MAX_SOUND_CYCLES 100000 107 #define MAX_SOUND_CYCLES 100000
108 tern_node * config; 108 tern_node * config;
109 109