Increased video resolutions list size to 100

This commit is contained in:
Sergii Pylypenko
2019-04-26 22:40:24 +03:00
parent bfab61057c
commit 5c5eebcd5c

View File

@@ -93,9 +93,9 @@ enum SpecialStrings {
SPECSTR_LANGUAGE_START = 0x7100, SPECSTR_LANGUAGE_START = 0x7100,
SPECSTR_LANGUAGE_END = SPECSTR_LANGUAGE_START + MAX_LANG - 1, SPECSTR_LANGUAGE_END = SPECSTR_LANGUAGE_START + MAX_LANG - 1,
/* reserve 32 strings for various screen resolutions */ /* reserve 100 strings for various screen resolutions */
SPECSTR_RESOLUTION_START = SPECSTR_LANGUAGE_END + 1, SPECSTR_RESOLUTION_START = SPECSTR_LANGUAGE_END + 1,
SPECSTR_RESOLUTION_END = SPECSTR_RESOLUTION_START + 0x1F, SPECSTR_RESOLUTION_END = SPECSTR_RESOLUTION_START + 99,
}; };
#endif /* STRINGS_TYPE_H */ #endif /* STRINGS_TYPE_H */