diff --git a/libstarlight/Makefile b/libstarlight/Makefile index bc4779a..83cc277 100644 --- a/libstarlight/Makefile +++ b/libstarlight/Makefile @@ -30,7 +30,7 @@ INCLUDES := include ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft # why was -Werror here? -CFLAGS := -g -Wall -O2 -mword-relocations \ +CFLAGS := -g -Wall -Wno-psabi -O2 -mword-relocations \ -ffunction-sections \ -fomit-frame-pointer \ $(ARCH) diff --git a/libstarlight/source/starlight/datatypes/Optional.h b/libstarlight/source/starlight/datatypes/Optional.h index b57e6d4..266481a 100644 --- a/libstarlight/source/starlight/datatypes/Optional.h +++ b/libstarlight/source/starlight/datatypes/Optional.h @@ -2,6 +2,7 @@ #include "starlight/_global.h" #include +#include namespace starlight { template diff --git a/maketest.sh b/maketest.sh old mode 100644 new mode 100755 diff --git a/testbed/Makefile b/testbed/Makefile index 3348422..ba142d3 100644 --- a/testbed/Makefile +++ b/testbed/Makefile @@ -177,7 +177,7 @@ send-cia: $(TARGET)-strip.elf @sockme $(TARGET).cia $(3DSIP) || sockme $(TARGET).cia $(3DSIP) || sockme $(TARGET).cia $(3DSIP) #--------------------------------------------------------------------------------- run: $(BUILD) - @citra $(TARGET).3dsx + @citra-qt $(TARGET).3dsx #--------------------------------------------------------------------------------- copy_cia: $(TARGET).cia @cp $(TARGET).cia /mnt/3DS