mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
arm_interface: Get rid of GetTicks.
Removes a TODO.
This commit is contained in:
parent
3e5aeb9a7a
commit
8cf81643a9
5 changed files with 6 additions and 17 deletions
|
@ -23,7 +23,6 @@ public:
|
|||
u32 GetCPSR() const override;
|
||||
void SetCPSR(u32 cpsr) override;
|
||||
|
||||
u64 GetTicks() const override;
|
||||
void AddTicks(u64 ticks) override;
|
||||
|
||||
void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue