mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Conflicts fixed
This commit is contained in:
commit
98024cbb01
38 changed files with 1046 additions and 769 deletions
|
@ -9,6 +9,9 @@ void StaticAnalyse(void* ptr, u32 size, u32 base)
|
|||
{
|
||||
u32* data = (u32*)ptr; size /= 4;
|
||||
|
||||
if(!Ini.HLEHookStFunc.GetValue())
|
||||
return;
|
||||
|
||||
// TODO: optimize search
|
||||
for (u32 i = 0; i < size; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue