From f6a7aa95e7f11169df7a87e93c6a9311fcec35e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Thu, 29 Sep 2016 00:19:35 +0200 Subject: [PATCH] (VITA) Fix crash in gambatte --- gfx/drivers_font/vita2d_font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_font/vita2d_font.c b/gfx/drivers_font/vita2d_font.c index 3bb2b10e66..10a80418f1 100644 --- a/gfx/drivers_font/vita2d_font.c +++ b/gfx/drivers_font/vita2d_font.c @@ -79,7 +79,7 @@ static void vita2d_font_free_font(void *data) if (font->font_driver && font->font_data) font->font_driver->free(font->font_data); - vita2d_wait_rendering_done(); + //vita2d_wait_rendering_done(); vita2d_free_texture(font->texture); free(font);