mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(stb_truetype.h) PS3 buildfix - don't include memory.h
This commit is contained in:
parent
afc09848b4
commit
11e8a498df
1 changed files with 0 additions and 1 deletions
1
deps/stb/stb_truetype.h
vendored
1
deps/stb/stb_truetype.h
vendored
|
@ -438,7 +438,6 @@ int main(int arg, char **argv)
|
|||
#endif
|
||||
|
||||
#ifndef STBTT_memcpy
|
||||
#include <memory.h>
|
||||
#define STBTT_memcpy memcpy
|
||||
#define STBTT_memset memset
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue