mirror of
https://github.com/two-torial/two-torial.git
synced 2026-04-25 19:16:47 -05:00
Merge pull request #150 from auxbh/wacca-open-ssl
Some checks failed
Build / deploy (push) Has been cancelled
Some checks failed
Build / deploy (push) Has been cancelled
wacca: Add OpenSSL Fix
This commit is contained in:
commit
d76821c440
|
|
@ -95,6 +95,18 @@
|
||||||
|
|
||||||
--8<-- "docs/snippets/common/setup_vcredist_directx.md"
|
--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
|
## Before playing
|
||||||
|
|
||||||
--8<-- "docs/snippets/common/before_playing.md"
|
--8<-- "docs/snippets/common/before_playing.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user