mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
* note about missing disable_lobby_creation.txt
file
* updated Win deps build script to match the Linux one * updated credits + readme
This commit is contained in:
parent
d6188a299b
commit
2ba6f90904
@ -1,3 +1,8 @@
|
||||
* **[detiam]** fix linking errors when build on archlinux
|
||||
* added missing example file `disable_lobby_creation.txt` in `steam_settings` folder + updated release `README`
|
||||
|
||||
---
|
||||
|
||||
# 2024/3/16
|
||||
|
||||
* **[bitsynth]** Fix Age of Empires 2: Definitive Edition, the game expects the app itself to be an owned DLC,
|
||||
|
@ -217,7 +217,7 @@ echo // building curl lib
|
||||
pushd "%deps_dir%\curl"
|
||||
|
||||
:: CURL_STATICLIB
|
||||
set "curl_common_defs=-DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_CURL=OFF -DBUILD_STATIC_LIBS=ON -DCURL_USE_OPENSSL=OFF -DCURL_ZLIB=ON -DENABLE_UNICODE=ON -DCURL_STATIC_CRT=ON"
|
||||
set "curl_common_defs=-DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_CURL=OFF -DBUILD_STATIC_LIBS=ON -DCURL_USE_OPENSSL=OFF -DCURL_ZLIB=ON -DENABLE_UNICODE=ON -DCURL_STATIC_CRT=ON -DCURL_USE_LIBSSH2=OFF -DCURL_USE_LIBPSL=OFF -DUSE_LIBIDN2=OFF -DCURL_DISABLE_LDAP=ON"
|
||||
|
||||
setlocal
|
||||
call "%~dp0build_win_set_env.bat" 32 || (
|
||||
|
@ -535,6 +535,13 @@ Check the example files in the `steam_settings` folder
|
||||
|
||||
---
|
||||
|
||||
## Prevent lobby creation:
|
||||
|
||||
You can prevent lobby creation (created via steam matchmaking APIs) by creating a file called `disable_lobby_creation.txt` in your `steam_settings` folder.
|
||||
Check the example file.
|
||||
|
||||
---
|
||||
|
||||
## More configurations:
|
||||
Due to the various changes and additions, it became tedious to document everything,
|
||||
so it is recommended to check each example file in the `steam_settings` folder.
|
||||
|
Loading…
Reference in New Issue
Block a user