Mercurial > spc_convert
view snes_spc/blargg_config.h @ 7:6a2c890c22db
fixed Makefile to not delete generated wav files
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Oct 2011 07:25:01 -0700 |
parents | e38dacceb958 |
children |
line wrap: on
line source
1 // snes_spc 0.9.0 user configuration file. Don't replace when updating library.3 // snes_spc 0.9.04 #ifndef BLARGG_CONFIG_H5 #define BLARGG_CONFIG_H7 // Uncomment to disable debugging checks8 //#define NDEBUG 110 // Uncomment to enable platform-specific (and possibly non-portable) optimizations11 //#define BLARGG_NONPORTABLE 113 // Uncomment if automatic byte-order determination doesn't work14 //#define BLARGG_BIG_ENDIAN 116 // Uncomment if you get errors in the bool section of blargg_common.h17 //#define BLARGG_COMPILER_HAS_BOOL 119 // Use standard config.h if present20 #ifdef HAVE_CONFIG_H21 #include "config.h"22 #endif24 #endif