From: twinaphex Date: Mon, 31 Aug 2015 21:09:21 +0000 (+0200) Subject: (Vita) Add target - not finished X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164e4185493c5175a30b37ffe35ea555b2f8ebd0;p=picodrive.git (Vita) Add target - not finished --- diff --git a/Makefile.libretro b/Makefile.libretro index 960c8a6..6e3248e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -184,6 +184,30 @@ else ifeq ($(platform), psp1) use_drz80 = 0 use_cz80 = 1 +# Vita +else ifeq ($(platform), vita) + TARGET := $(TARGET_NAME)_libretro_vita.a + CC = arm-vita-eabi-gcc$(EXE_EXT) + AR = arm-vita-eabi-ar$(EXE_EXT) + CFLAGS += -DVITA + STATIC_LINKING = 1 + NO_MMAP = 1 + DONT_COMPILE_IN_ZLIB = 1 + ARCH = arm + ARM_ASM = 1 + + asm_memory = 1 + asm_render = 1 + asm_ym2612 = 1 + asm_misc = 0 + asm_cdpico = 0 + asm_cdmemory = 0 + asm_mix = 0 + use_cyclone = 0 + use_fame = 1 + use_drz80 = 1 + use_cz80 = 0 + # Xbox 360 else ifeq ($(platform), xenon) TARGET := $(TARGET_NAME)_libretro_xenon360.a diff --git a/platform/libpicofe b/platform/libpicofe index 26ea181..0415ebf 160000 --- a/platform/libpicofe +++ b/platform/libpicofe @@ -1 +1 @@ -Subproject commit 26ea18173c1228dd5ce39e2a88ffe1ae10fcb365 +Subproject commit 0415ebf191d0d277d1dfba1bebe6f051a5fc89a8