05-14-2014, 02:26 PM -
Hey
I have implemented the "CELL_GCM_TEXTURE_R5G6B5" into GLGSRender.h
Intro is loading ... than the Main Screen appear ... but it has strange colors
I have implemented the "CELL_GCM_TEXTURE_R5G6B5" into GLGSRender.h
Code:
case CELL_GCM_TEXTURE_R5G6B5:
{
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tex.GetWidth(), tex.GetHeight(), 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels);
checkForGlError("GLTexture::Init() -> glTexImage2D");
break;
}
Intro is loading ... than the Main Screen appear ... but it has strange colors