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

@ -32,7 +32,7 @@ public:
InterruptController();
~InterruptController();
bool Initialize(CPU::Core* cpu);
void Initialize(CPU::Core* cpu);
void Reset();
bool DoState(StateWrapper& sw);