From 3ca70874bbad2e6d07d679578ba8cf901b352c13 Mon Sep 17 00:00:00 2001 From: asterisk727 <59166650+asterisk727@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:18:38 -0400 Subject: [PATCH] fix: retroactively add chu.acf patcher to chusan xvx --- chusanxversex.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chusanxversex.html b/chusanxversex.html index 05df920..9bdcf72 100644 --- a/chusanxversex.html +++ b/chusanxversex.html @@ -298,6 +298,22 @@ }, ]), ]); + new PatchContainer([ + new Patcher("chu.acf", "chu.acf", [ + { + name: "Force audio output as headphone", + danger: "You need to use the in-game volume controls on the song screen to adjust the volume; otherwise, it will be very low.", + tooltip: "If you can’t hear audio on title screen, it is normal", + patches: [ + { + offset: 0xCE8, + off: [0x01], + on: [0x00], + }, + ], + }, + ]) + ]); });