skyline/app/src/main/cpp/skyline/nce
lynxnb 70109f8fbd Work around invalid values in CNTFRQ_EL0 register
Exynos SoCs have a bug where the `CNTFRQ_EL0` register is either set to 0 or contain incoherent values. With this patch, the frequency value is loaded into a static variable and used instead of reading the register. The value will be initialised to the correct value for affected SoCs, while unaffected ones will use the value from the register.
2022-12-02 00:23:28 +01:00
..
guest.h Work around invalid values in CNTFRQ_EL0 register 2022-12-02 00:23:28 +01:00
guest.S Work around invalid values in CNTFRQ_EL0 register 2022-12-02 00:23:28 +01:00
instructions.h Fix MoveRegister to clear when value is 0 2022-11-07 23:56:22 +05:30