17 lines
507 B
INI
17 lines
507 B
INI
|
# GHAJ08 - Biohazard 2
|
||
|
|
||
|
[OnFrame]
|
||
|
# Work around a game bug that causes background sounds to be zeroed during load.
|
||
|
# The bug was masked on real hardware by dcache. This patch fully fixes the bug
|
||
|
# and should also work on real hardware. Dolphin doesn't emulate dcache because
|
||
|
# the performance hit would be huge.
|
||
|
$Fix audio issues
|
||
|
# main.dol
|
||
|
0x80065FFC:dword:0x60000000
|
||
|
# leon.rel
|
||
|
0x805C5CC4:dword:0x60000000:0x4BA3D43D
|
||
|
# claire.rel
|
||
|
0x805C5BFC:dword:0x60000000:0x4BA3D505
|
||
|
[OnFrame_Enabled]
|
||
|
$Fix audio issues
|