mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Remove threads as a prerequisite for cheevos
This commit is contained in:
parent
9d817f95f5
commit
cfd4a4bdf4
@ -1472,14 +1472,12 @@ ifeq ($(HAVE_NETWORKING), 1)
|
||||
network/netplay/netplay_buf.o \
|
||||
network/netplay/netplay_room_parse.o
|
||||
|
||||
# Retro Achievements (also depends on threads)
|
||||
# Retro Achievements
|
||||
|
||||
ifeq ($(HAVE_CHEEVOS), 1)
|
||||
ifeq ($(HAVE_THREADS), 1)
|
||||
DEFINES += -DHAVE_CHEEVOS
|
||||
OBJ += cheevos/cheevos.o \
|
||||
$(LIBRETRO_COMM_DIR)/utils/md5.o
|
||||
endif
|
||||
DEFINES += -DHAVE_CHEEVOS
|
||||
OBJ += cheevos/cheevos.o \
|
||||
$(LIBRETRO_COMM_DIR)/utils/md5.o
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_KEYMAPPER), 1)
|
||||
|
@ -143,7 +143,7 @@ CONFIG FILE
|
||||
/*============================================================
|
||||
ACHIEVEMENTS
|
||||
============================================================ */
|
||||
#if defined(HAVE_CHEEVOS) && defined(HAVE_THREADS)
|
||||
#if defined(HAVE_CHEEVOS)
|
||||
#if !defined(HAVE_NETWORKING)
|
||||
#include "../libretro-common/net/net_http.c"
|
||||
#endif
|
||||
|
@ -497,11 +497,6 @@ if [ "$HAVE_ZLIB" = 'no' ] && [ "HAVE_RPNG" != 'no' ]; then
|
||||
echo "Notice: zlib is not available, RPNG will also be disabled."
|
||||
fi
|
||||
|
||||
if [ "$HAVE_THREADS" = 'no' ] && [ "HAVE_CHEEVOS" != 'no' ]; then
|
||||
HAVE_CHEEVOS=no
|
||||
echo "Notice: Threads are not available, Cheevos will also be disabled."
|
||||
fi
|
||||
|
||||
if [ "$HAVE_THREADS" = 'no' ] && [ "HAVE_LIBUSB" != 'no' ]; then
|
||||
HAVE_LIBUSB=no
|
||||
echo "Notice: Threads are not available, libusb will also be disabled."
|
||||
|
Loading…
x
Reference in New Issue
Block a user