view snes_spc/blargg_config.h @ 0:e38dacceb958

initial import
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Oct 2011 05:53:11 -0700
parents
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.0
4 #ifndef BLARGG_CONFIG_H
5 #define BLARGG_CONFIG_H
7 // Uncomment to disable debugging checks
8 //#define NDEBUG 1
10 // Uncomment to enable platform-specific (and possibly non-portable) optimizations
11 //#define BLARGG_NONPORTABLE 1
13 // Uncomment if automatic byte-order determination doesn't work
14 //#define BLARGG_BIG_ENDIAN 1
16 // Uncomment if you get errors in the bool section of blargg_common.h
17 //#define BLARGG_COMPILER_HAS_BOOL 1
19 // Use standard config.h if present
20 #ifdef HAVE_CONFIG_H
21 #include "config.h"
22 #endif
24 #endif