From e247867bd778b1622bc373ce07202a20536f53d7 Mon Sep 17 00:00:00 2001 From: meleu Date: Thu, 6 Jul 2017 07:19:17 -0300 Subject: [PATCH] adding cheevos support to Vita port Tested with fceumm and the cheevos worked just fine. Thanks for @frangarcj for the instructions on how to compile for Vita. Fixes #4752 --- Makefile.vita | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.vita b/Makefile.vita index 9d6708e89e..8e26452e33 100644 --- a/Makefile.vita +++ b/Makefile.vita @@ -45,6 +45,7 @@ else HAVE_THREADS := 1 HAVE_LIBRETRODB := 1 HAVE_CC_RESAMPLER := 1 + HAVE_CHEEVOS := 1 RARCH_CONSOLE := 1 ifeq ($(DEBUG), 1)