Skip to content

Commit f7f076b

Browse files
committed
Format
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 21ac8d9 commit f7f076b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

MarathonRecomp/patches/misc_patches.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ void ContextualHUD_RING_1(PPCRegister& index, PPCRegister& hud)
8585
index.u32 = chr_index;
8686
}
8787

88-
void PostureDisableEdgeGrabLeftover(PPCRegister& posture) {
88+
void PostureDisableEdgeGrabLeftover(PPCRegister& posture)
89+
{
8990
if (!Config::DisableEdgeGrabLeftover) {
9091
return;
9192
}
@@ -94,7 +95,8 @@ void PostureDisableEdgeGrabLeftover(PPCRegister& posture) {
9495
*(volatile uint8_t*)(base + (posture.u32 + 0x3C0)) = 1;
9596
}
9697

97-
void PedestrianAnimationLOD(PPCRegister& val) {
98+
void PedestrianAnimationLOD(PPCRegister& val)
99+
{
98100
val.u32 = 0;
99101
}
100102

@@ -103,7 +105,8 @@ bool DisableHints()
103105
return !Config::Hints;
104106
}
105107

106-
void XmvPlayerLang(PPCRegister& r11) {
108+
void XmvPlayerLang(PPCRegister& r11)
109+
{
107110
r11.u32 = 1;
108111

109112
if (Config::VoiceLanguage == EVoiceLanguage::Japanese)

0 commit comments

Comments
 (0)