bass, treble, control crt filter in setup, fix lock multiaction

This commit is contained in:
Ondrej Novak 2025-02-18 10:32:37 +01:00
parent 05c1f952c4
commit e631f339dd
11 changed files with 279 additions and 23 deletions

View file

@ -802,7 +802,10 @@ void cti_texty(void)
exit(1);
}
lang_patch_stringtable(&texty, "ui.csv", "");
//patch stringtable
if (!texty[98]) str_replace(&texty,98,"Ulo\x91it hru jako");
if (!texty[99]) str_replace(&texty,99,"CRT Filter (>720p)");
lang_patch_stringtable(&texty, "ui.csv", "");
}