Skip to content

Commit c2ad3b2

Browse files
authored
Merge pull request #1995 from johnbaumann/ps1-packer-fix
Apply fix for booty payload generation
2 parents a7d01bb + ec1f6d5 commit c2ad3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/supportpsx/ps1-packer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ void PCSX::PS1Packer::pack(IO<File> src, IO<File> dest, uint32_t addr, uint32_t
410410
pushBytes(header, mtc0(Reg::R0, 7));
411411
pushBytes(header, li(Reg::T2, -1));
412412
pushBytes(header, lui(Reg::T1, 0x8003));
413-
pushBytes(header, lui(Reg::T0, 0b1100101010000000));
413+
pushBytes(header, lui(Reg::T0, 0b1110101110000000));
414414
pushBytes(header, mtc0(Reg::T2, 11));
415415
pushBytes(header, mtc0(Reg::T2, 9));
416416
pushBytes(header, mtc0(Reg::T1, 5));

0 commit comments

Comments
 (0)