Home
last modified time | relevance | path

Searched refs:tmpSupportedFormatsList (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dbladerunner.cpp331 Common::List<Graphics::PixelFormat> tmpSupportedFormatsList = g_system->getSupportedFormats(); in run() local
332 if (!tmpSupportedFormatsList.empty()) { in run()
333 _screenPixelFormat = tmpSupportedFormatsList.front(); in run()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dbladerunner.cpp337 Common::List<Graphics::PixelFormat> tmpSupportedFormatsList = g_system->getSupportedFormats(); in run() local
338 if (!tmpSupportedFormatsList.empty()) { in run()
339 _screenPixelFormat = tmpSupportedFormatsList.front(); in run()