mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-24 17:16:57 +01:00
Added DEBUG management
This commit is contained in:
parent
e750787dc0
commit
87dda5fed6
@ -22,6 +22,15 @@
|
|||||||
#include "computer.h"
|
#include "computer.h"
|
||||||
#include "emulator.h"
|
#include "emulator.h"
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
|
extern FILE *fdebug;
|
||||||
|
#define printf(...) fprintf(fdebug,__VA_ARGS__)
|
||||||
|
#else
|
||||||
|
#ifdef GEKKO
|
||||||
|
#define printf(...)
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
int allophone_lenght[ALLOPHONES];
|
int allophone_lenght[ALLOPHONES];
|
||||||
signed char *allophone_buffer[ALLOPHONES];
|
signed char *allophone_buffer[ALLOPHONES];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user