1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-02-07 14:51:33 +01:00

Add "openssl" config key doc

This commit is contained in:
KagamineHaku 2024-12-24 02:34:44 +07:00
parent ff21223f06
commit 25431a9db1

View File

@ -565,3 +565,16 @@ Default: Empty string
Configure the location of the "Option" data mount point. This mount point is
optional (hence the name, probably) and contains directories which contain
minor over-the-air content updates.
## `[openssl]`
Enable or disable the application of the OpenSSL patch for Intel Gen 10 or newer CPUs.
### `enable`
Default: `1`
Enable the patch automatically sets the OPENSSL_ia32cap variable in the user's environment
table if the CPU meets the requirements. This setting must be enabled on PCs with
Intel Gen 10 or newer CPUs to ensure the game runs properly, but it's ok to leave enabled
on other CPUs since the patch will not run if the CPU requirements are not met.