rlm@0: // snes_spc 0.9.0 user configuration file. Don't replace when updating library. rlm@0: rlm@0: // snes_spc 0.9.0 rlm@0: #ifndef BLARGG_CONFIG_H rlm@0: #define BLARGG_CONFIG_H rlm@0: rlm@0: // Uncomment to disable debugging checks rlm@0: //#define NDEBUG 1 rlm@0: rlm@0: // Uncomment to enable platform-specific (and possibly non-portable) optimizations rlm@0: //#define BLARGG_NONPORTABLE 1 rlm@0: rlm@0: // Uncomment if automatic byte-order determination doesn't work rlm@0: //#define BLARGG_BIG_ENDIAN 1 rlm@0: rlm@0: // Uncomment if you get errors in the bool section of blargg_common.h rlm@0: //#define BLARGG_COMPILER_HAS_BOOL 1 rlm@0: rlm@0: // Use standard config.h if present rlm@0: #ifdef HAVE_CONFIG_H rlm@0: #include "config.h" rlm@0: #endif rlm@0: rlm@0: #endif