System: Support changing BIOS path

This commit is contained in:
Connor McLaughlin
2019-11-11 18:19:57 +10:00
parent 7b6a2f1aaf
commit 6f4cf7d5e3
21 changed files with 93 additions and 77 deletions

View File

@ -78,6 +78,7 @@ public:
private:
bool DoState(StateWrapper& sw);
bool CreateGPU();
bool LoadBIOS();
HostInterface* m_host_interface;
std::unique_ptr<CPU::Core> m_cpu;