diff --git a/Makefile.ctr b/Makefile.ctr index c6511d8282..0be7768b7e 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -56,6 +56,10 @@ else HAVE_ZLIB = 1 HAVE_7ZIP = 1 HAVE_BUILTINZLIB = 1 + HAVE_LIBRETRODB = 0 + HAVE_ZARCH = 0 + HAVE_MATERIALUI = 1 + HAVE_XMB = 1 include Makefile.common BLACKLIST := diff --git a/ctr/ctr_debug.h b/ctr/ctr_debug.h index f852e563af..27d0d6c045 100644 --- a/ctr/ctr_debug.h +++ b/ctr/ctr_debug.h @@ -2,6 +2,7 @@ #define _CTR_DEBUG_H__ #include +#include <3ds/types.h> #ifdef __cplusplus extern "C" {