Skip to content

Commit

Permalink
Merge pull request #1062 from darkpigeon/fatalframe1
Browse files Browse the repository at this point in the history
Fixes a bug in Fatal Frame 1 that makes the character stuck in the doorway
  • Loading branch information
jpd002 committed May 23, 2021
2 parents 6fc9c32 + 6dd820d commit 15c750a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ee/VUShared.cpp
Expand Up @@ -384,6 +384,7 @@ void VUShared::MADD_base(CMipsJitter* codeGen, uint8 dest, size_t fd, size_t fs,
if(expand)
{
codeGen->MD_PushRelExpand(ft);
ClampVector(codeGen); //Fatal Frame 1's door-blocking bug can be fixed by this
}
else
{
Expand Down

1 comment on commit 15c750a

@Ryu-droid283
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breath of fire 5 frame rate is slow

Please sign in to comment.