mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 00:57:52 -05:00
arm: ResetContext shouldn't be part of ARM_Interface.
This commit is contained in:
@ -36,7 +36,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;
|
||||
|
||||
|
Reference in New Issue
Block a user