mirror of
https://github.com/two-torial/two-torial.git
synced 2026-04-24 21:46:46 -05:00
wacca: Add OpenSSL Fix
This commit is contained in:
parent
e3e1f7051b
commit
657e4170e7
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user