mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
[VITA] Fix VitaGL symbol changes
This commit is contained in:
parent
c44e06c7d8
commit
971a2a394e
2
deps/vitaGL/source/vitaGL.c
vendored
2
deps/vitaGL/source/vitaGL.c
vendored
@ -874,7 +874,7 @@ void glBufferData(GLenum target, GLsizei size, const GLvoid *data, GLenum usage)
|
||||
|
||||
// Free buffer if already existing.
|
||||
if (gpu_buffers[idx].ptr != NULL)
|
||||
mempool_free(gpu_buffers[idx].ptr, type);
|
||||
vgl_mem_free(gpu_buffers[idx].ptr, type);
|
||||
|
||||
gpu_buffers[idx].ptr = gpu_alloc_mapped(size, &type);
|
||||
gpu_buffers[idx].size = size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user