mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 16:38:45 +00:00
PS3 was triggering this assert - remove this
This commit is contained in:
parent
4824ae0e04
commit
cfe86bd41f
1
deps/stb/stb_truetype.h
vendored
1
deps/stb/stb_truetype.h
vendored
@ -1074,7 +1074,6 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
|
||||
return 0; /* not found */
|
||||
}
|
||||
/* @TODO */
|
||||
retro_assert(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user