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:
parent
38a8cddcfc
commit
1ee19f17e1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue