mirror of
https://github.com/two-torial/two-torial.git
synced 2026-03-22 01:24:09 -05:00
Merge pull request #168 from auxbh/openssl
Some checks are pending
Build / deploy (push) Waiting to run
Some checks are pending
Build / deploy (push) Waiting to run
Remove Intel OpenSSL fix on Sega games
This commit is contained in:
commit
4dbc1d5925
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 ""
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user