mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
The yaps2 recompilers compile every EE opcode natively, so the per-instruction interpreter fallback the previous arm64 backend relied on is dead code: drop intExecuteOneInst (Interpreter.cpp/R5900.h) and the AndroidEEOpHist fallback-opcode histogram. EEDiffVerify stays — its per-op hooks are worth re-emitting from the new recompiler later. Also hoist the Qt metatype declarations shared by moc'd headers into QtMetaTypes.h: with the debugger sources now optional the autogen bucket layout shifted, exposing a specialization-after-instantiation error when moc_MainWindow preceded moc_QtHost in mocs_compilation.