mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 13:51:27 +00:00
(griffin) build fix for !defined(HAVE_CHEEVOS)
This commit is contained in:
parent
b556211e82
commit
b7098c0846
@ -79,13 +79,15 @@ CHEATS
|
||||
/*============================================================
|
||||
ACHIEVEMENTS
|
||||
============================================================ */
|
||||
#if defined(HAVE_CHEEVOS) && !defined(HAVE_NETPLAY)
|
||||
#if defined(HAVE_CHEEVOS)
|
||||
#if !defined(HAVE_NETPLAY)
|
||||
#include "../libretro-common/net/net_http.c"
|
||||
#endif
|
||||
|
||||
#include "../libretro-common/formats/json/jsonsax.c"
|
||||
#include "../libretro-common/utils/md5.c"
|
||||
#include "../cheevos.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
UI COMMON CONTEXT
|
||||
|
Loading…
x
Reference in New Issue
Block a user