Merge pull request #5 from r-type/master

basic wiiu rules
This commit is contained in:
Twinaphex
2017-07-30 15:12:40 +02:00
committed by GitHub
7 changed files with 50 additions and 2 deletions
+5 -1
View File
@@ -374,7 +374,7 @@
#define NTSC_FILTER 1
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "pstehlik@sophics.cz"
#define PACKAGE_BUGREPORT "none@snowhere.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Atari800"
@@ -534,6 +534,10 @@
# endif
#endif
#ifdef WIIU
#define WORDS_BIGENDIAN 1
#endif
/* Define if unaligned word access is ok. */
#define WORDS_UNALIGNED_OK 1