Skip to content

Commit

Permalink
Merge pull request #2 from impeeza/impeeza-ATMPost05fde7b
Browse files Browse the repository at this point in the history
Add New patterns for latest Atmosphère Changes
  • Loading branch information
impeeza authored Jun 9, 2024
2 parents 2562919 + 1b9327c commit 5b6447e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysmod/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ constinit Patterns fs_patterns[] = {
};

constinit Patterns ldr_patterns[] = {
{ "noacidsigchk", "0xFD7BC6A8C0035FD6", 16, 2, subs_cond, subs_patch, subs_applied, true },
{ "noacidsigchk", "0xFD7B.A8C0035FD6", 16, 2, subs_cond, subs_patch, subs_applied, true },
};

constinit Patterns es_patterns[] = {
Expand All @@ -245,7 +245,7 @@ constinit Patterns es_patterns[] = {
{ "es3", "0xF3031FAA02000014", -4, 0, bne_cond, nop_patch, nop_applied, true, FW_VER_ANY, MAKEHOSVERSION(10,2,0) },
{ "es4", "0xC0FDFF35A8C35838", -4, 0, mov_cond, nop_patch, nop_applied, true, MAKEHOSVERSION(11,0,0), MAKEHOSVERSION(13,2,1) },
{ "es5", "0xE023009145EEFF97", -4, 0, cbz_cond, b_patch, b_applied, true, MAKEHOSVERSION(11,0,0), MAKEHOSVERSION(13,2,1) },
{ "es6", "0x.6300...0094A0..D1..FF97", 16, 0, mov2_cond, mov0_patch, mov0_applied, true, MAKEHOSVERSION(14,0,0) },
{ "es6", "0x.6300...0094A0..D1..FF97", 16, 0, mov2_cond, mov0_patch, mov0_applied, true, MAKEHOSVERSION(14,0,0), MAKEHOSVERSION(17,0,1) },
{ "es7", "0x.6F00...0094A0..D1..FF97", 16, 0, mov2_cond, mov0_patch, mov0_applied, true, MAKEHOSVERSION(18,0,0) },
};

Expand Down

1 comment on commit 5b6447e

@borntohonk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code

This is not needed. The codeblock has not changed at all

Please sign in to comment.