From a03f0ae8885553e8b5736c6edf98335ba56b6ae2 Mon Sep 17 00:00:00 2001 From: bemaninerd <73498257+bemaninerd@users.noreply.github.com> Date: Wed, 28 Oct 2020 07:15:43 -0500 Subject: [PATCH] IIDX HV: SSE4.2 Fix (#149) * Add HV hex edits from spicetools * add some tooltips * lol typo * IIDX HV: SSE4.2 Fix * lol whoops Co-authored-by: Will --- heroicverse.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index e0a8f6d..0e5e72e 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -113,6 +113,11 @@ name: 'Hide "CREDIT: %s"', patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] }, + { + name: 'SSE4.2 Fix', + tooltip : "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.", + patches: [{offset: 0x2677C4, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}] + }, ]), ]); });