mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
(PS3) Compile in HAVE_STB_FONT - remove <memory.h> dependency
This commit is contained in:
parent
58e894f0c9
commit
7545af9721
@ -68,7 +68,7 @@ ifeq ($(HAVE_RLAUNCH), 1)
|
|||||||
DEFINES += -DHAVE_RLAUNCH
|
DEFINES += -DHAVE_RLAUNCH
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEFINES += -DHAVE_MENU -DHAVE_RGUI -DHAVE_GLUI -DRARCH_INTERNAL -DMSB_FIRST -DHAVE_OVERLAY
|
DEFINES += -DHAVE_MENU -DHAVE_RGUI -DHAVE_GLUI -DRARCH_INTERNAL -DMSB_FIRST -DHAVE_OVERLAY -DHAVE_STB_FONT
|
||||||
|
|
||||||
ifeq ($(HAVE_GCMGL), 1)
|
ifeq ($(HAVE_GCMGL), 1)
|
||||||
DEFINES += -DHAVE_GCMGL
|
DEFINES += -DHAVE_GCMGL
|
||||||
|
1
deps/stb/stb_truetype.h
vendored
1
deps/stb/stb_truetype.h
vendored
@ -424,7 +424,6 @@ int main(int arg, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STBTT_memcpy
|
#ifndef STBTT_memcpy
|
||||||
#include <memory.h>
|
|
||||||
#define STBTT_memcpy memcpy
|
#define STBTT_memcpy memcpy
|
||||||
#define STBTT_memset memset
|
#define STBTT_memset memset
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user