Skip to content

Commit e4cc2ca

Browse files
committed
Implemented Subtitles option
1 parent 29a28ad commit e4cc2ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

MarathonRecomp/patches/misc_patches.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,9 @@ PPC_FUNC(sub_824A6EA8)
117117
__imp__sub_824A6EA8(ctx, base);
118118
}
119119

120+
PPC_FUNC(sub_82188460)
121+
{
122+
ctx.r3.u64 = Config::Subtitles;
123+
}
124+
120125
void NOP() {}

0 commit comments

Comments
 (0)