Update disassembler.pas

fix option to select a different arch
This commit is contained in:
cheat-engine 2023-10-22 21:57:33 +02:00
parent 8759963984
commit 0c27e37943

View File

@ -1753,7 +1753,7 @@ begin
end;
if (processhandler.SystemArchitecture=archarm) or (architecture=darchARM) then
if (architecture=darchARM) or ((processhandler.SystemArchitecture=archarm) and (architecture=darchAutoDetect) ) then //todo: look at the module info
begin