mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Inadvertently left SUPERMODEL_LOG_SOUND enabled. Now disabled.
This commit is contained in:
parent
b647cd5a4b
commit
de3e56fc96
|
@ -58,7 +58,7 @@
|
||||||
#include "Supermodel.h"
|
#include "Supermodel.h"
|
||||||
|
|
||||||
// DEBUG
|
// DEBUG
|
||||||
#define SUPERMODEL_LOG_AUDIO // define this to log all audio to sound.bin
|
//#define SUPERMODEL_LOG_AUDIO // define this to log all audio to sound.bin
|
||||||
#ifdef SUPERMODEL_LOG_AUDIO
|
#ifdef SUPERMODEL_LOG_AUDIO
|
||||||
static FILE *soundFP;
|
static FILE *soundFP;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue