mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 21:52:42 +00:00
[zr] fix message
This commit is contained in:
parent
1ee45f2162
commit
cc250f755b
@ -129,7 +129,7 @@ static struct zr_image zr_icon_load(const char *filename)
|
|||||||
int x,y,n;
|
int x,y,n;
|
||||||
GLuint tex;
|
GLuint tex;
|
||||||
unsigned char *data = stbi_load(filename, &x, &y, &n, 0);
|
unsigned char *data = stbi_load(filename, &x, &y, &n, 0);
|
||||||
if (!data) printf("[SDL]: failed to load image: %s", filename);
|
if (!data) printf("Failed to load image: %s\n", filename);
|
||||||
|
|
||||||
glGenTextures(1, &tex);
|
glGenTextures(1, &tex);
|
||||||
glBindTexture(GL_TEXTURE_2D, tex);
|
glBindTexture(GL_TEXTURE_2D, tex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user