mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add supported_languages.txt to specify which languages are available in a game.
This commit is contained in:
parent
63128907fd
commit
0800649d8f
4 changed files with 52 additions and 0 deletions
|
|
@ -156,6 +156,9 @@ public:
|
|||
//app build id
|
||||
int build_id = 10;
|
||||
|
||||
//supported languages
|
||||
std::set<std::string> supported_languages;
|
||||
|
||||
//make lobby creation fail in the matchmaking interface
|
||||
bool disable_lobby_creation = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue