ptitSeb
Serial Porter
Mmmm, not sure.
In source/Engine/graphics.cpp line 558, change the 32 to 16 (or 0) in the SDl_SetVideoMode to be sure you are in 16bpp mode.
oh, also in eglport.cpp, line 273, remove the "800, 480" to put back the "width, height"... in fact no, it will not work like that, you'll also had to enable width and height in the function header line 179, and also in the eglport.h and then add realWinWidth and realWinHeight in the EGL_Init call line 569 in graphics.cpp
In source/Engine/graphics.cpp line 558, change the 32 to 16 (or 0) in the SDl_SetVideoMode to be sure you are in 16bpp mode.
oh, also in eglport.cpp, line 273, remove the "800, 480" to put back the "width, height"... in fact no, it will not work like that, you'll also had to enable width and height in the function header line 179, and also in the eglport.h and then add realWinWidth and realWinHeight in the EGL_Init call line 569 in graphics.cpp
Last edited by a moderator: