mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
OPENGLSDL: Add RGB555 to the supported format list.
This commit is contained in:
parent
972cdaea35
commit
4f3a244f16
@ -121,6 +121,7 @@ void OpenGLSdlGraphicsManager::detectSupportedFormats() {
|
||||
#endif
|
||||
Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0), // RGB565
|
||||
Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0), // RGB5551
|
||||
Graphics::PixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0), // RGB555
|
||||
Graphics::PixelFormat(2, 4, 4, 4, 4, 12, 8, 4, 0), // RGBA4444
|
||||
#ifndef USE_GLES
|
||||
Graphics::PixelFormat(2, 4, 4, 4, 4, 8, 4, 0, 12) // ARGB4444
|
||||
|
Loading…
x
Reference in New Issue
Block a user