(i didn't spot this typo at first because of other typos stopping the build)

This commit is contained in:
goyuken 2014-08-23 19:20:16 +00:00
parent 0e37b01a88
commit 805ff14cc0
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ namespace BizHawk.Client.Common
if (core != null)
{
// 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));
}
}