mirror of
https://github.com/asterisk727/webpatcher.git
synced 2026-09-22 22:58:07 +03:00
fix: retroactively add chu.acf patcher to chusan xvx
This commit is contained in:
@@ -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],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
])
|
||||||
|
]);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user