mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 18:32:58 +00:00
arm: Implement native code execution backend
This commit is contained in:
@@ -81,6 +81,9 @@ public:
|
||||
// thread context to be 800 bytes in size.
|
||||
static_assert(sizeof(ThreadContext64) == 0x320);
|
||||
|
||||
/// Perform any backend-specific initialization.
|
||||
virtual void Initialize() {}
|
||||
|
||||
/// Runs the CPU until an event happens
|
||||
void Run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user