System: Support sideloading EXE files via BIOS patch
This commit is contained in:
@ -28,6 +28,8 @@ public:
|
||||
|
||||
void RunFrame();
|
||||
|
||||
bool LoadEXE(const char* filename);
|
||||
|
||||
private:
|
||||
HostInterface* m_host_interface;
|
||||
std::unique_ptr<CPU::Core> m_cpu;
|
||||
|
||||
Reference in New Issue
Block a user