mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(PS3) Get rid of gfx_ctx_free_data
This commit is contained in:
parent
39499eb107
commit
a5d0770268
@ -327,8 +327,7 @@ static void gfx_ctx_ps3_destroy(void *data)
|
||||
return;
|
||||
|
||||
gfx_ctx_ps3_destroy_resources(ps3);
|
||||
|
||||
gfx_ctx_free_data();
|
||||
free(data);
|
||||
}
|
||||
|
||||
static void gfx_ctx_ps3_input_driver(void *data,
|
||||
|
Loading…
Reference in New Issue
Block a user