mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
SSE4.2 Fix (#33)
Discovered by GHYAKIMA Please test this more, but it appears to work
This commit is contained in:
@@ -12,6 +12,12 @@
|
|||||||
window.addEventListener('load', function () {
|
window.addEventListener('load', function () {
|
||||||
new DllPatcherContainer([
|
new DllPatcherContainer([
|
||||||
new DllPatcher('bm2dx', [
|
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
|
// ported by Xyen
|
||||||
name: 'Unlock All Songs',
|
name: 'Unlock All Songs',
|
||||||
|
|||||||
Reference in New Issue
Block a user