dcc_type not needed

This commit is contained in:
wrapper 2026-03-29 22:52:41 +07:00
parent 09b5aab57b
commit 764d0fe885

View file

@ -346,7 +346,6 @@ namespace Dynemu {
private:
std::unique_ptr<Dynarmic::A32::Jit> cpu;
std::unique_ptr<Dynarmic::ExclusiveMonitor> mon;
DCCType dcc_type;
CP14State cp14_state;
public: