Update volume level tooltip

This commit is contained in:
Minsang
2021-09-03 03:05:50 -07:00
committed by Will
parent c0d9c90e66
commit ac7a32cab3
+2 -2
View File
@@ -241,8 +241,8 @@
]
},
{
name: 'Louder audio on TDJ',
tooltip : "Significantly increase the volume for TDJ.",
name: 'Increase game volume',
tooltip : "Ignore the in-game volume settings and use the maximum possible volume level. Especially helpful for TDJ which tends to be very quiet.",
patches: [
{offset: 0x63F2E5, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90]},
]