System: Support sideloading EXE files via BIOS patch

This commit is contained in:
Connor McLaughlin
2019-09-14 13:22:05 +10:00
parent ae43cc838b
commit 9f36384752
10 changed files with 252 additions and 62 deletions

View File

@ -28,6 +28,8 @@ public:
void RunFrame();
bool LoadEXE(const char* filename);
private:
HostInterface* m_host_interface;
std::unique_ptr<CPU::Core> m_cpu;