fix: retroactively add chu.acf patcher to chusan xvx

This commit is contained in:
asterisk727
2026-06-15 00:18:38 -04:00
parent a1876e7d02
commit 3ca70874bb
+16
View File
@@ -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 cant hear audio on title screen, it is normal",
patches: [
{
offset: 0xCE8,
off: [0x01],
on: [0x00],
},
],
},
])
]);
}); });
</script> </script>
</head> </head>