mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
arm: ResetContext shouldn't be part of ARM_Interface.
This commit is contained in:
parent
5a7c1e9b5d
commit
acdc361fc0
6 changed files with 17 additions and 30 deletions
|
@ -38,7 +38,6 @@ public:
|
|||
|
||||
void AddTicks(u64 ticks) override;
|
||||
|
||||
void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg) override;
|
||||
void SaveContext(Core::ThreadContext& ctx) override;
|
||||
void LoadContext(const Core::ThreadContext& ctx) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue