set: implement GetRegionCode

This commit is contained in:
Dan 2020-03-18 10:04:08 +01:00
parent bc681dc555
commit 06dea163fa
8 changed files with 72 additions and 9 deletions

View file

@ -36,5 +36,6 @@ private:
bool enabled = false;
int language_index = 0;
int region_index = 0;
int sound_index = 0;
};