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