mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
GUI: some changes in Config -> Settings
This commit is contained in:
parent
5bf70afb21
commit
1be14f818a
3 changed files with 119 additions and 80 deletions
|
@ -9,7 +9,8 @@ void StaticAnalyse(void* ptr, u32 size)
|
|||
{
|
||||
u32* data = (u32*)ptr; size /= 4;
|
||||
|
||||
return; // disabled
|
||||
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