From 25431a9db1b7ce4dff93a573185531e2c59a81a7 Mon Sep 17 00:00:00 2001 From: KagamineHaku Date: Tue, 24 Dec 2024 02:34:44 +0700 Subject: [PATCH] Add "openssl" config key doc --- doc/config/common.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/config/common.md b/doc/config/common.md index e778a8a..f40adfd 100644 --- a/doc/config/common.md +++ b/doc/config/common.md @@ -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. \ No newline at end of file