Makes sure uint is defined.

This commit is contained in:
smf- 2008-11-29 08:32:58 +00:00
parent b24c7db0df
commit 2bede4d1ce

View File

@ -11,6 +11,9 @@
#define INLINE static
#endif
#undef uint
#define uint unsigned int
/* Turn on optimizations for SNES since it doesn't hook up the interrupt lines */
#define SPC700_OPTIMIZE_SNES 1