mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(VITA) Fix crash in gambatte
This commit is contained in:
parent
9b17e4f01e
commit
f6a7aa95e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user