|
|
@ -161,7 +161,7 @@ public:
|
|
|
|
Core::Memory::Memory& memory;
|
|
|
|
Core::Memory::Memory& memory;
|
|
|
|
std::size_t num_interpreted_instructions{};
|
|
|
|
std::size_t num_interpreted_instructions{};
|
|
|
|
bool debugger_enabled{};
|
|
|
|
bool debugger_enabled{};
|
|
|
|
static constexpr u64 minimum_run_cycles = 1000U;
|
|
|
|
static constexpr u64 minimum_run_cycles = 10000U;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
std::shared_ptr<Dynarmic::A32::Jit> ARM_Dynarmic_32::MakeJit(Common::PageTable* page_table) const {
|
|
|
|
std::shared_ptr<Dynarmic::A32::Jit> ARM_Dynarmic_32::MakeJit(Common::PageTable* page_table) const {
|
|
|
|