Remove Intel OpenSSL fix on Sega games

This commit is contained in:
auxbh 2025-11-29 06:40:23 +00:00
parent 00b2a35a3d
commit 97b9e82c4c
9 changed files with 5 additions and 35 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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 ""

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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`.

View File

@ -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)