Skip to content

Commit

Permalink
Typo Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
impeeza committed Oct 24, 2024
1 parent aff2498 commit c8e5936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sysmod/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct PatchData {
}
}

auto cmp(const void* _data) -> bool {
constexpr auto cmp(const void* _data) -> bool {
return !std::memcmp(data, _data, size);
}

Expand Down Expand Up @@ -241,7 +241,6 @@ constinit Patterns fs_patterns[] = {
//new good patch tested on fw 19 (thnks mrdude)
{ "nocntchk_FW19", "0x1C0012.050071..0054..00.60", -9, 0, bl_cond, ret0_patch, ret0_applied, true, MAKEHOSVERSION(19,0,0) },
//

};

constinit Patterns ldr_patterns[] = {
Expand Down

0 comments on commit c8e5936

Please sign in to comment.