Merge PR 12074

This commit is contained in:
yuzubot
2023-11-27 00:57:09 +00:00
parent f21340f7aa
commit d93b530ac8
52 changed files with 2333 additions and 140 deletions

View File

@ -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();