Home
last modified time | relevance | path

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

/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DGameController.cpp432 int supported_heights[m_num_resolutions]; in init() local
434 m_window->supported_resolutions(supported_widths, supported_heights, &depth, &m_num_resolutions); in init()
436 if (m_screen_width == supported_widths[i] && m_screen_height == supported_heights[i]) { in init()
439 if (supported_widths[i] < 640 || supported_heights[i] < 480) { in init()
442 m_resolutions.push_back(make_pair(supported_widths[i], supported_heights[i])); in init()