repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git]
/
modules
/
iopcore
/
cdvdman
/
mass_debug.h
blob
22474122026fb074c8c51e8c1738bf0dddd90eda
1
#ifndef _MASS_DEBUG_H
2
#define _MASS_DEBUG_H 1
3
4
//#define DEBUG
5
6
#ifdef DEBUG
7
#define XPRINTF printf
8
#else
9
#define XPRINTF while(0) printf
10
#endif
11
12
#endif
/* _MASS_DEBUG_H */