From: ptitSeb Date: Tue, 22 Oct 2013 16:17:27 +0000 (+0200) Subject: Core: OSD disabled by default X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=commitdiff_plain;h=a40a7e6a4029057af19eaac5b2406fa282b12edb Core: OSD disabled by default --- 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.')