From a40a7e6a4029057af19eaac5b2406fa282b12edb Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 22 Oct 2013 18:17:27 +0200 Subject: [PATCH] Core: OSD disabled by default --- source/mupen64plus-core/projects/unix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/source/mupen64plus-core/projects/unix/Makefile b/source/mupen64plus-core/projects/unix/Makefile index b3b19b6..3fc82e3 100755 --- a/source/mupen64plus-core/projects/unix/Makefile +++ b/source/mupen64plus-core/projects/unix/Makefile @@ -94,6 +94,7 @@ ifneq ("$(filter arm%,$(HOST_CPU))","") CPU := ARM ARCH_DETECTED := 32BITS PIC ?= 1 + OSD ?= 0 NEW_DYNAREC := 1 CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char $(warning Architecture "$(HOST_CPU)" not officially supported.') -- 2.39.2