summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjovonna2019-12-28 18:19:15 -0500
committerjovonna2019-12-28 18:19:15 -0500
commit5add5ac8fc09737bd98c782b9cdf6d4a2602db97 (patch)
tree51e923a30d9e5bab1479c1a6be6c43a9bbfc4ff8 /Makefile
parent899480485a4e9519f36bd8a6447aff892f715a04 (diff)
downloadsnes9x2002-5add5ac8fc09737bd98c782b9cdf6d4a2602db97.tar.gz
snes9x2002-5add5ac8fc09737bd98c782b9cdf6d4a2602db97.tar.bz2
snes9x2002-5add5ac8fc09737bd98c782b9cdf6d4a2602db97.zip
Add FRAME_SKIP for gcw0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2fe1c7f..1dea9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -214,6 +214,7 @@ else ifeq ($(platform), gcw0)
AR = /opt/gcw0-toolchain/usr/bin/mipsel-linux-ar
fpic := -fPIC
SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined
+ DEFINES += -DFRAME_SKIP
CFLAGS += -std=c99 -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float
CFLAGS += -fno-builtin -fno-exceptions
CFLAGS += -DPATH_MAX=256