Skip to content
Snippets Groups Projects
Unverified Commit 5bae002a authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #1918 from MerryMage/cntfrq

arm_dynarmic: Set CNTFRQ value
parents 325dcf28 fd2c42bf
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ std::unique_ptr<Dynarmic::A64::Jit> ARM_Dynarmic::MakeJit() const {
config.tpidr_el0 = &cb->tpidr_el0;
config.dczid_el0 = 4;
config.ctr_el0 = 0x8444c004;
config.cntfrq_el0 = 19200000; // Value from fusee.
// Unpredictable instructions
config.define_unpredictable_behaviour = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment