mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-13 04:42:12 +03:00
Activated iPhone PNG support.
This commit is contained in:
@@ -54,7 +54,7 @@ std::string cRendererGL::VersionStr() {
|
||||
#ifndef EE_GLES1
|
||||
return "OpenGL 2";
|
||||
#else
|
||||
return "OpenGL ES1";
|
||||
return "OpenGL ES 1";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -2362,7 +2362,7 @@ static int expand_palette(png *a, uint8 *palette, int len, int pal_img_n)
|
||||
}
|
||||
|
||||
static int stbi_unpremultiply_on_load = 0;
|
||||
static int stbi_de_iphone_flag = 0;
|
||||
static int stbi_de_iphone_flag = 1;
|
||||
|
||||
void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpremultiply)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user