Changes between Initial Version and Version 1 of Ticket #11149, comment 14


Ignore:
Timestamp:
Sep 17, 2019, 5:50:41 PM (5 years ago)
Author:
antoniou79

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11149, comment 14

    initial v1  
    44        Common::List<Graphics::PixelFormat> tmpSupportedFormatsList = g_system->getSupportedFormats();
    55        if (!tmpSupportedFormatsList.empty()) {
    6                 _screenPixelFormat = g_system->getSupportedFormats().front();
     6                _screenPixelFormat = tmpSupportedFormatsList.front();
    77        } else {
    88                _screenPixelFormat = Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0);