[VITA] Back to GL_LUMINANCE_ALPHA usage.

This commit is contained in:
Rinnegatamante 2019-11-12 16:33:47 +01:00
parent f3ca57e6f0
commit 66bdf711f4

View File

@ -82,7 +82,7 @@ static void gl1_raster_font_free_font(void *data,
free(font);
}
#ifdef VITA
#if 0
static bool gl1_raster_font_upload_atlas(gl1_raster_t *font)
{
unsigned i, j;
@ -115,7 +115,8 @@ static bool gl1_raster_font_upload_atlas(gl1_raster_t *font)
return true;
}
#else
#endif
static bool gl1_raster_font_upload_atlas(gl1_raster_t *font)
{
unsigned i, j;
@ -159,7 +160,7 @@ static bool gl1_raster_font_upload_atlas(gl1_raster_t *font)
return true;
}
#endif
static void *gl1_raster_font_init_font(void *data,
const char *font_path, float font_size,
bool is_threaded)