mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
(OSX PPC) Compile in HAVE_STB_FONT
This commit is contained in:
parent
c43e33a816
commit
c9de30dd98
@ -282,7 +282,7 @@
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CFLAGS = (
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_CORETEXT",
|
||||
"-DHAVE_STB_FONT",
|
||||
"-DHAVE_IOHIDMANAGER",
|
||||
"-DHAVE_RGUI",
|
||||
"-DHAVE_MENU",
|
||||
@ -348,6 +348,7 @@
|
||||
"-DNS_BLOCK_ASSERTIONS=1",
|
||||
"-DNDEBUG",
|
||||
"-DHAVE_GRIFFIN",
|
||||
"-DHAVE_STB_FONT",
|
||||
"-DHAVE_IOHIDMANAGER",
|
||||
"-DHAVE_RGUI",
|
||||
"-DHAVE_MENU",
|
||||
|
@ -63,6 +63,8 @@ static bool gl_raster_font_upload_atlas(gl_raster_t *font,
|
||||
bool modern = font->gl->core_context ||
|
||||
(cb->context_type == RETRO_HW_CONTEXT_OPENGL &&
|
||||
cb->version_major >= 3);
|
||||
|
||||
(void)modern;
|
||||
|
||||
if (ancient)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user