mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-25 08:43:46 +02:00
Increase return value of GetAppBuildId.
This commit is contained in:
parent
7ff8b5c9fc
commit
1d19d49419
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ bool Steam_Apps::GetDlcDownloadProgress( AppId_t nAppID, uint64 *punBytesDownloa
|
||||||
int Steam_Apps::GetAppBuildId()
|
int Steam_Apps::GetAppBuildId()
|
||||||
{
|
{
|
||||||
PRINT_DEBUG("GetAppBuildId\n");
|
PRINT_DEBUG("GetAppBuildId\n");
|
||||||
return 1;
|
return 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue