mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Fix unwanted statichle_handler init
This commit is contained in:
parent
a797b350a0
commit
e7d67f9732
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ std::vector<std::array<std::string, 6>> shle_patterns_list
|
|||
{ "2B850007409D00B07C6923785520077E2F800000409E00ACE8030000E9440000", "68", "EF18", "0158", "sys_libc", "memcmp" },
|
||||
};
|
||||
|
||||
statichle_handler::statichle_handler()
|
||||
statichle_handler::statichle_handler(int)
|
||||
{
|
||||
load_patterns();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue