mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 17:50:56 +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;
|
||||
GLuint tex;
|
||||
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);
|
||||
glBindTexture(GL_TEXTURE_2D, tex);
|
||||
|
Loading…
Reference in New Issue
Block a user