GUI: some changes in Config -> Settings

This commit is contained in:
O1L 2014-03-28 21:17:44 +04:00
parent 5bf70afb21
commit 1be14f818a
3 changed files with 119 additions and 80 deletions

View file

@ -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++)