From aac31071fe29122c2a118c8ee50c7fca4e76a4f7 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 19 Oct 2020 16:07:23 +0100 Subject: Backport colour operations from Snes9x 1.60 --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97f340e..57ed00f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -DEBUG=0 -LAGFIX=1 +DEBUG = 0 +LAGFIX = 1 +USE_OLD_COLOUR_OPS = 0 TARGET_NAME = snes9x2002 ifeq ($(platform),) @@ -219,10 +220,9 @@ 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 += -std=c99 -fomit-frame-pointer -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float CFLAGS += -fno-builtin -fno-exceptions - CFLAGS += -DPATH_MAX=256 + CFLAGS += -DPATH_MAX=256 -DFAST_LSB_WORD_ACCESS # Windows MSVC 2010 x86 else ifeq ($(platform), windows_msvc2010_x86) -- cgit v1.2.3