1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Port to OpenDingux handhelds

This commit is contained in:
Hennadii Chernyshchyk
2022-12-13 03:55:54 +02:00
parent ed70c69a2b
commit de33eb44f9
6 changed files with 17 additions and 7 deletions

View File

@@ -1085,7 +1085,6 @@ static bool recreateWindow(int w, int h, int bpp, bool fullscreen, int displayIn
if(!checkVideoMode(displayIndex, w, h))
{
logGlobal->error("Error: SDL says that %dx%d resolution is not available!", w, h);
return false;
}
#endif