From c98a98ce414bca8ecf3b08907d0e7c8bc4459ee4 Mon Sep 17 00:00:00 2001 From: 2theX <45579622+2theX@users.noreply.github.com> Date: Tue, 4 Dec 2018 03:24:16 -0500 Subject: [PATCH] SSE4.2 Fix (#33) Discovered by GHYAKIMA Please test this more, but it appears to work --- ballerz.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ballerz.html b/ballerz.html index 3e77275..d09ccc1 100644 --- a/ballerz.html +++ b/ballerz.html @@ -12,6 +12,12 @@ window.addEventListener('load', function () { new DllPatcherContainer([ new DllPatcher('bm2dx', [ + { + // discovered by GHYAKIMA + 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: 0x169667, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}] + }, { // ported by Xyen name: 'Unlock All Songs',