mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add achievements display to overlay and ability to change some settings.
This commit is contained in:
parent
c17fb0c931
commit
5e880cd974
11 changed files with 411 additions and 36 deletions
|
|
@ -92,7 +92,10 @@ public:
|
|||
CSteamID get_local_steam_id();
|
||||
CGameID get_local_game_id();
|
||||
const char *get_local_name();
|
||||
void set_local_name(char *name);
|
||||
const char *get_language();
|
||||
void set_language(char *language);
|
||||
|
||||
void set_game_id(CGameID game_id);
|
||||
void set_lobby(CSteamID lobby_id);
|
||||
CSteamID get_lobby();
|
||||
|
|
@ -155,6 +158,12 @@ public:
|
|||
|
||||
//make lobby creation fail in the matchmaking interface
|
||||
bool disable_lobby_creation = false;
|
||||
|
||||
//warn people who use force_ settings
|
||||
bool warn_forced = false;
|
||||
|
||||
//warn people who use local save
|
||||
bool warn_local_save = false;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue