Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / iopcore / cdvdman / mass_debug.h
blob22474122026fb074c8c51e8c1738bf0dddd90eda
1 #ifndef _MASS_DEBUG_H
2 #define _MASS_DEBUG_H 1
4 //#define DEBUG
6 #ifdef DEBUG
7 #define XPRINTF printf
8 #else
9 #define XPRINTF while(0) printf
10 #endif
12 #endif /* _MASS_DEBUG_H */