From 1ccfac46d75f843124631fc81d135810a309e354 Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 24 Jan 2021 21:44:30 +1000 Subject: [PATCH] IIDX HV: add "Force shared audio" hex edit --- heroicverse.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index ea42452..145144d 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -37,6 +37,11 @@ name: 'Force LDJ software video decoder for all boot modes', patches: [{offset: 0x5FBCC7, off: [0x83, 0x78, 0x08, 0x02], on: [0x83, 0x78, 0x08, 0x05]}] }, + { // mon + name: 'Force shared audio', + tooltip : 'If it doesn\'t work, set your device to 44100Hz 16bit', + patches: [{offset: 0x2678B1, off: [0x01], on: [0x00]}] + }, { name: 'Skip decide screen', tooltip : 'Immediately loads into chart after selection',