Add information about available avpack video modes in config commentary

Add information about available avpack video modes in config commentary. Information based on xenia-canary wiki page. Formatted just like in `license_mask`.
This commit is contained in:
Mateusz Dukat 2024-03-10 01:47:48 +01:00 committed by Radosław Gliński
parent 1ff3dc4d10
commit 08c740c788
1 changed files with 13 additions and 1 deletions

View File

@ -33,7 +33,19 @@
#include "third_party/fmt/include/fmt/format.h" #include "third_party/fmt/include/fmt/format.h"
DEFINE_int32(avpack, 8, "Video modes", "Video"); DEFINE_int32(
avpack, 8,
"Video modes\n"
" 0 = PAL-60 Component (SD)\n"
" 1 = Unused\n"
" 2 = PAL-60 SCART\n"
" 3 = 480p Component (HD)\n"
" 4 = HDMI+A\n"
" 5 = PAL-60 Composite/S-Video\n"
" 6 = VGA\n"
" 7 = TV PAL-60\n"
" 8 = HDMI (default)",
"Video");
DECLARE_int32(user_country); DECLARE_int32(user_country);
DECLARE_int32(user_language); DECLARE_int32(user_language);