No need for settings.h anymore with config.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@187
This commit is contained in:
parent
da0377dd67
commit
daa455e478
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
/* Enable the debugger */
|
||||
//#define C_DEBUG
|
||||
|
||||
/* Enable logging of debug information */
|
||||
//#define C_LOGGING
|
||||
|
||||
/* Use multi threading to speed up things on multi cpu's, also gives a nice frame-skipping effect :) */
|
||||
#define C_THREADED
|
||||
|
||||
/* Enable the FPU module, still only for beta testing */
|
||||
//#define C_FPU
|
||||
|
||||
/* Enable debugging for several modules, requires C_LOGGING */
|
||||
#define DEBUG_SBLASTER /* SoundBlaster Debugging*/
|
||||
#define DEBUG_DMA /* DMA Debugging */
|
||||
#define DEBUG_DOS /* DOS Debugging */
|
||||
|
||||
|
||||
#define LOG_MSG S_Warn
|
||||
|
||||
#ifdef C_LOGGING
|
||||
#define LOG_DEBUG S_Warn
|
||||
#define LOG_WARN S_Warn
|
||||
#define LOG_ERROR S_Warn
|
||||
#else
|
||||
#define LOG_DEBUG
|
||||
#define LOG_WARN
|
||||
#define LOG_ERROR
|
||||
#endif
|
||||
|
Loading…
Add table
Reference in a new issue