Skip to content

Commit

Permalink
Fix minor bug in mask
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Oct 2, 2023
1 parent 7d372ae commit 94fe180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NootRX/HWLibs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static const UInt8 kSmu1107SendMessageWithParameterPattern[] = {0x55, 0x48, 0x89
0x54, 0x53, 0x41, 0x89, 0xD6, 0x41, 0x89, 0xF7, 0x48, 0x89, 0xFB, 0x8B, 0x8F, 0x00, 0x00, 0x00, 0x00, 0x48, 0x8D,
0x35};
static const UInt8 kSmu1107SendMessageWithParameterPatternMask[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF};

//------ Patches ------//
Expand Down

0 comments on commit 94fe180

Please sign in to comment.