mirror of
https://github.com/gurrgur/er-patcher.git
synced 2026-06-13 09:47:54 +00:00
fix whitespace
This commit is contained in:
parent
f49096c2c6
commit
100c4561b7
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ if __name__ == "__main__":
|
|||
else:
|
||||
print("er-patcher: ultrawide pattern scan failed")
|
||||
|
||||
|
||||
if patch.disable_vigniette or patch.all:
|
||||
v_pattern = 'f3 0f 10 .. .. f3 0f 59 .. .. .. .. .. e8 .. .. .. .. f3 41 0f .. .. f3 45 0f .. .. 4c 8d .. .. .. .. .. .. 48'.replace(" ", "")
|
||||
if (res := re.search(v_pattern, exe_hex)) is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue