mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-13 15:24:07 +02:00
A64: Implement system register CNTPCT_EL0
This commit is contained in:
@@ -92,6 +92,8 @@ struct UserCallbacks {
|
||||
virtual void AddTicks(std::uint64_t ticks) = 0;
|
||||
// How many more ticks am I allowed to execute?
|
||||
virtual std::uint64_t GetTicksRemaining() = 0;
|
||||
// Get value in the emulated counter-timer physical count register.
|
||||
virtual std::uint64_t GetCNTPCT() = 0;
|
||||
};
|
||||
|
||||
struct UserConfig {
|
||||
|
||||
Reference in New Issue
Block a user