Skip to content

Commit

Permalink
TEMP: Remove a check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jul 26, 2024
1 parent 8aa5d94 commit 9b8209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/iop/namco_sys246/Iop_NamcoSys246.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ void CSys246::ProcessMemRequest(uint8* ram, uint32 infoPtr)
//CLog::GetInstance().Warn(LOG_NAME, "recving (dataPtr = 0x%08X);\r\n", dataPtr);
recvData[0] = sendData[0];
uint16 rootPktId = sendData[8];
if((sendData[0] == 0x3E6F) && (rootPktId != 0))
if((sendData[0] == 0x3E6F) /* && (rootPktId != 0)*/)
{
recvData[1] = 0x208; //firmware version?
recvData[0x14] = rootPktId; //Xored with value at 0x10 in send packet, needs to be the same
Expand Down

0 comments on commit 9b8209b

Please sign in to comment.