OpenAdvanced_OpenRom wasn't working since 2.2.1

nobody noticed because nobody uses it. then why do we have it? maybe it could be fixed by better routing. yet again nobody uses it.
This commit is contained in:
feos 2019-05-03 11:32:59 +03:00
parent 38a8cddcfc
commit 1ee19f17e1
1 changed files with 3 additions and 1 deletions

View File

@ -3642,7 +3642,9 @@ namespace BizHawk.Client.EmuHawk
if (ioa is OpenAdvanced_OpenRom)
{
var ioa_openrom = (OpenAdvanced_OpenRom)ioa;
path = ioa_openrom.Path;
// path already has the right value, while ioa.Path is null (interestingly, these are swapped below)
// I doubt null is meant to be assigned here, and it just prevents gameload
//path = ioa_openrom.Path;
}
CoreFileProvider.SyncCoreCommInputSignals(nextComm);