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',