mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Add a way to config the build id in the emu. Fix crash due to empty lines
in some files Add a way to disable lobby creation in the emu (lobby creation will return an error when enabled)
This commit is contained in:
parent
a855cde651
commit
f041b95c86
6 changed files with 64 additions and 23 deletions
|
|
@ -262,7 +262,7 @@ bool Steam_Apps::GetDlcDownloadProgress( AppId_t nAppID, uint64 *punBytesDownloa
|
|||
int Steam_Apps::GetAppBuildId()
|
||||
{
|
||||
PRINT_DEBUG("GetAppBuildId\n");
|
||||
return 10;
|
||||
return this->settings->build_id;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue