Fixed GLES support (partially), PSP still not working

This commit is contained in:
2026-03-28 10:51:50 -05:00
parent 9ba0ceb000
commit d5b0441e6f
7 changed files with 122 additions and 43 deletions

View File

@@ -29,8 +29,6 @@ errorret_t displayOpenGLInit(void) {
errorChain(errorGLCheck());
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
errorChain(errorGLCheck());
glPixelStorei(GL_PACK_ALIGNMENT, 1);
errorChain(errorGLCheck());
glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
errorChain(errorGLCheck());