mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Use uintptr_t instead of GLuint
This commit is contained in:
parent
e9fd6863ce
commit
ddb912b373
@ -23,7 +23,7 @@
|
||||
|
||||
struct zr_image zr_common_image_load(const char *filename)
|
||||
{
|
||||
GLuint tex;
|
||||
uintptr_t tex;
|
||||
struct texture_image ti;
|
||||
|
||||
video_texture_image_load(&ti,
|
||||
|
Loading…
x
Reference in New Issue
Block a user