Skip to content

Commit

Permalink
[Echoes GC] Fixed a crash occuring in Dark Torvus Temple
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiNaruto committed Dec 6, 2020
1 parent e5e3905 commit c9275c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/PrimeHack/Mods/FpsControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ namespace prime {
const u32 orbit_state = read32(cplayer_address + 0x3a4);
if (orbit_state != ORBIT_STATE_GRAPPLE &&
orbit_state != 0) {
write32(0, cplayer_address + 0x1bc);
return;
}

Expand Down

0 comments on commit c9275c2

Please sign in to comment.