mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
A64: Implement system register CNTPCT_EL0
This commit is contained in:
parent
1e15283d00
commit
9e4e4e9c1d
8 changed files with 29 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue