mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
Merge pull request #187 from libretro/master
[Libretro] fixes compilation issue
This commit is contained in:
commit
c0de3722aa
@ -441,7 +441,8 @@ LIBRETRO_CFLAGS += $(BPP_DEFINES) \
|
|||||||
$(PLATFORM_DEFINES) \
|
$(PLATFORM_DEFINES) \
|
||||||
-D__LIBRETRO__ \
|
-D__LIBRETRO__ \
|
||||||
-DM68K_OVERCLOCK_SHIFT=20 \
|
-DM68K_OVERCLOCK_SHIFT=20 \
|
||||||
-DZ80_OVERCLOCK_SHIFT=20
|
-DZ80_OVERCLOCK_SHIFT=20 \
|
||||||
|
-DHAVE_YM3438_CORE
|
||||||
|
|
||||||
ifneq (,$(findstring msvc,$(platform)))
|
ifneq (,$(findstring msvc,$(platform)))
|
||||||
LIBRETRO_CFLAGS += -DINLINE="static _inline"
|
LIBRETRO_CFLAGS += -DINLINE="static _inline"
|
||||||
|
@ -74,8 +74,6 @@ typedef unsigned char bool;
|
|||||||
|
|
||||||
#define CHEATS_UPDATE() ROMCheatUpdate()
|
#define CHEATS_UPDATE() ROMCheatUpdate()
|
||||||
|
|
||||||
#define HAVE_YM3438_CORE
|
|
||||||
|
|
||||||
#define HAVE_NO_SPRITE_LIMIT
|
#define HAVE_NO_SPRITE_LIMIT
|
||||||
#define MAX_SPRITES_PER_LINE 80
|
#define MAX_SPRITES_PER_LINE 80
|
||||||
#define TMS_MAX_SPRITES_PER_LINE (config.no_sprite_limit ? MAX_SPRITES_PER_LINE : 4)
|
#define TMS_MAX_SPRITES_PER_LINE (config.no_sprite_limit ? MAX_SPRITES_PER_LINE : 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user