1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

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
This commit is contained in:
meleu 2017-07-06 07:19:17 -03:00 committed by GitHub
parent dc521b42d1
commit e247867bd7

View File

@ -45,6 +45,7 @@ else
HAVE_THREADS := 1
HAVE_LIBRETRODB := 1
HAVE_CC_RESAMPLER := 1
HAVE_CHEEVOS := 1
RARCH_CONSOLE := 1
ifeq ($(DEBUG), 1)