(i didn't spot this typo at first because of other typos stopping the build)
This commit is contained in:
parent
0e37b01a88
commit
805ff14cc0
|
@ -415,7 +415,7 @@ namespace BizHawk.Client.Common
|
||||||
if (core != null)
|
if (core != null)
|
||||||
{
|
{
|
||||||
// use coreinventory
|
// use coreinventory
|
||||||
nextEmulator = core.Create(nextComm, game, rom.RomData, null, Deterministic, GetCoreSettings(core.Type), GetCoreSyncSettings(core.Type));
|
nextEmulator = core.Create(nextComm, game, rom.RomData, Deterministic, GetCoreSettings(core.Type), GetCoreSyncSettings(core.Type));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue