Home
last modified time | relevance | path

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

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dmenu.cpp1169 std::array<char, 12> crestext, casptext; member
1199 …snprintf(crestext.data(), crestext.size(), "%ix%i", SM_W(Game_screen_mode), SM_H(Game_screen_mode)… in screen_resolution_menu_items()
1200 nm_set_item_input(m[convert_fixed_field_to_ni(fixed_field_index::opt_input_resolution)], crestext); in screen_resolution_menu_items()
1284 const auto resolution_width = strtoul(crestext.data(), &x, 10); in apply_custom_resolution()
1288 …((x == crestext.data() || *x != 'x' || !x[1] || ((resolution_height = strtoul(x + 1, &x, 10)), *x)… in apply_custom_resolution()