Merge pull request #150 from auxbh/wacca-open-ssl
Some checks failed
Build / deploy (push) Has been cancelled

wacca: Add OpenSSL Fix
This commit is contained in:
Akitake 2025-08-12 22:12:18 +02:00 committed by GitHub
commit d76821c440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,18 @@
--8<-- "docs/snippets/common/setup_vcredist_directx.md"
## OpenSSL Fix (Intel 10th Gen+)
!!! tip ""
If you have an Intel 10th Gen CPU or newer, add this line below `@echo off` in your `launch.bat` file to apply the OpenSSL fix.
``` batch title="launch.bat" hl_lines="2"
@echo off
set OPENSSL_ia32cap=:~0x20000000
[...]
```
## Before playing
--8<-- "docs/snippets/common/before_playing.md"