mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-30 23:07:55 -05: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