Core: OSD disabled by default
authorptitSeb <sebastien.chev@gmail.com>
Tue, 22 Oct 2013 16:17:27 +0000 (18:17 +0200)
committerptitSeb <sebastien.chev@gmail.com>
Tue, 22 Oct 2013 16:17:27 +0000 (18:17 +0200)
source/mupen64plus-core/projects/unix/Makefile

index b3b19b6..3fc82e3 100755 (executable)
@@ -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.')