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

@ -15,7 +15,7 @@ public:
MDEC();
~MDEC();
bool Initialize(System* system, DMA* dma);
void Initialize(System* system, DMA* dma);
void Reset();
bool DoState(StateWrapper& sw);