Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
House of the Dead 2 does unaligned vram access
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyinghead committed Sep 26, 2018
1 parent a522bf1 commit af5931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/hw/holly/sb_mem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ T DYNACALL ReadMem_area0(u32 addr)
}
else if (likely((addr>= 0x005F8000) && (addr<=0x005F9FFF))) // :TA / PVR Core Reg.
{
verify(sz==4);
if (sz != 4) return 0; // House of the Dead 2
return (T)pvr_ReadReg(addr);
}
}
Expand Down

0 comments on commit af5931c

Please sign in to comment.