From 97b9e82c4cf0ed8afe2ee91bd9e588d901bc33c7 Mon Sep 17 00:00:00 2001 From: auxbh Date: Sat, 29 Nov 2025 06:40:23 +0000 Subject: [PATCH] Remove Intel OpenSSL fix on Sega games --- docs/games/sega/chunithm/common/chusan/setup.md | 4 ---- .../sega/chunithm/common/chusan/troubleshooting.md | 3 +-- docs/games/sega/maimaidx/common/setup.md | 4 ---- docs/games/sega/maimaidx/common/troubleshooting.md | 5 +---- docs/games/sega/ongeki/common/setup.md | 4 ---- docs/games/sega/ongeki/common/troubleshooting.md | 3 +-- docs/games/sega/wacca/reverse/setup.md | 12 ------------ docs/snippets/sega/common/cpu_intel_openssl.md | 3 --- docs/snippets/sega/common/segatools_install.md | 2 ++ 9 files changed, 5 insertions(+), 35 deletions(-) delete mode 100644 docs/snippets/sega/common/cpu_intel_openssl.md diff --git a/docs/games/sega/chunithm/common/chusan/setup.md b/docs/games/sega/chunithm/common/chusan/setup.md index 918ee0b8..b45a215c 100644 --- a/docs/games/sega/chunithm/common/chusan/setup.md +++ b/docs/games/sega/chunithm/common/chusan/setup.md @@ -131,10 +131,6 @@ --8<-- "docs/snippets/common/setup_vcredist_directx.md" -## OpenSSL Fix (Intel 10th Gen+) - ---8<-- "docs/snippets/sega/common/cpu_intel_openssl.md" - ## Before playing --8<-- "docs/snippets/common/before_playing.md" diff --git a/docs/games/sega/chunithm/common/chusan/troubleshooting.md b/docs/games/sega/chunithm/common/chusan/troubleshooting.md index b5355f02..d9c1283a 100644 --- a/docs/games/sega/chunithm/common/chusan/troubleshooting.md +++ b/docs/games/sega/chunithm/common/chusan/troubleshooting.md @@ -9,7 +9,7 @@ Could be due to **many** things, the most common of which are: - `amdaemon` crashing in the background. Make sure that the `config_*.json` files - have valid syntax, your ICF files are correct, and the OpenSSL fix is applied on Intel Core 10th Gen CPUs and newer. + have valid syntax, your ICF files are correct. - Using the incorrect dipswitch settings for your refresh rate (e.g. `dipsw3=0` on a 60 Hz screen). Refer to the game setup guide to fix it. - Enabling 120FPS on a monitor that is not **exactly 120 Hz** or **exactly 1080p**. @@ -31,7 +31,6 @@ exit /b :sub - set OPENSSL_ia32cap=:~0x20000000 pushd %~dp0 start /b "AM Daemon" /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json ping 127.0.0.1 -n 31 > nul && taskkill /im amdaemon.exe diff --git a/docs/games/sega/maimaidx/common/setup.md b/docs/games/sega/maimaidx/common/setup.md index 19cf45bf..c22bd879 100644 --- a/docs/games/sega/maimaidx/common/setup.md +++ b/docs/games/sega/maimaidx/common/setup.md @@ -157,10 +157,6 @@ --8<-- "docs/snippets/common/setup_vcredist_directx.md" -## OpenSSL Fix (Intel 10th Gen+) - ---8<-- "docs/snippets/sega/common/cpu_intel_openssl.md" - ## Before playing --8<-- "docs/snippets/common/before_playing.md" diff --git a/docs/games/sega/maimaidx/common/troubleshooting.md b/docs/games/sega/maimaidx/common/troubleshooting.md index 28f110b4..dcf8dd2f 100644 --- a/docs/games/sega/maimaidx/common/troubleshooting.md +++ b/docs/games/sega/maimaidx/common/troubleshooting.md @@ -9,7 +9,7 @@ Could be due to **many** things, the most common of which are: - `amdaemon` crashing in the background. Make sure that the `config_*.json` files - have valid syntax, your ICF files are correct, and the OpenSSL fix is applied on Intel Core 10th Gen CPUs and newer. + have valid syntax, your ICF files are correct. ??? info "Capturing logs from `amdaemon` for troubleshooting" @@ -26,7 +26,6 @@ exit /b :sub - set OPENSSL_ia32cap=:~0x20000000 pushd %~dp0 start /b "AM Daemon" /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json ping 127.0.0.1 -n 31 > nul && taskkill /F /im amdaemon.exe @@ -48,8 +47,6 @@ - An ill-formed keychip is defined in `segatools.ini` - - You need to app the OpenSSL fix on Intel Core 10th Gen CPUs and newer. - ### My game is stuck on a blue and black screen! !!! tip "" diff --git a/docs/games/sega/ongeki/common/setup.md b/docs/games/sega/ongeki/common/setup.md index 9e067e4e..659ad512 100644 --- a/docs/games/sega/ongeki/common/setup.md +++ b/docs/games/sega/ongeki/common/setup.md @@ -159,10 +159,6 @@ --8<-- "docs/snippets/common/setup_vcredist_directx.md" -## OpenSSL Fix (Intel 10th Gen+) - ---8<-- "docs/snippets/sega/common/cpu_intel_openssl.md" - ## Before playing --8<-- "docs/snippets/common/before_playing.md" diff --git a/docs/games/sega/ongeki/common/troubleshooting.md b/docs/games/sega/ongeki/common/troubleshooting.md index 0614d78e..727babd1 100644 --- a/docs/games/sega/ongeki/common/troubleshooting.md +++ b/docs/games/sega/ongeki/common/troubleshooting.md @@ -9,7 +9,7 @@ Could be due to **many** things, the most common of which are: - `amdaemon` crashing in the background. Make sure that the `config_*.json` files - have valid syntax, your ICF files are correct, and the OpenSSL fix is applied on Intel Core 10th Gen CPUs and newer. + have valid syntax, your ICF files are correct. ??? info "Capturing logs from `amdaemon` for troubleshooting" @@ -26,7 +26,6 @@ exit /b :sub - set OPENSSL_ia32cap=:~0x20000000 pushd %~dp0 start /b "AM Daemon" /min inject -d -k mu3hook.dll amdaemon.exe -f -c config_common.json config_server.json ping 127.0.0.1 -n 31 > nul && taskkill /F /im amdaemon.exe diff --git a/docs/games/sega/wacca/reverse/setup.md b/docs/games/sega/wacca/reverse/setup.md index 928e8d7c..6bc4454e 100644 --- a/docs/games/sega/wacca/reverse/setup.md +++ b/docs/games/sega/wacca/reverse/setup.md @@ -95,18 +95,6 @@ --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" diff --git a/docs/snippets/sega/common/cpu_intel_openssl.md b/docs/snippets/sega/common/cpu_intel_openssl.md deleted file mode 100644 index 3810b6d7..00000000 --- a/docs/snippets/sega/common/cpu_intel_openssl.md +++ /dev/null @@ -1,3 +0,0 @@ -!!! tip "" - - If you have an Intel 10th Gen CPU or newer, you need to [patch amdaemon](https://patcher.two-torial.xyz/amdaemon) and enable `OpenSSL SHA crash bug fix`. \ No newline at end of file diff --git a/docs/snippets/sega/common/segatools_install.md b/docs/snippets/sega/common/segatools_install.md index b3bc3483..6e6a9d51 100644 --- a/docs/snippets/sega/common/segatools_install.md +++ b/docs/snippets/sega/common/segatools_install.md @@ -1,3 +1,5 @@ +!!! info "If you already have segatools installed, ensure you're using the latest version" + !!! tip "" - Head over to [segatools releases](https://gitea.tendokyu.moe/TeamTofuShop/segatools/releases)