CPCHawk: Romloader tweak

This commit is contained in:
Asnivor 2018-07-03 14:55:25 +01:00
parent 531833c7b0
commit dd7b81a714
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ namespace BizHawk.Client.Common
cpcGI.Add(new GameInfo { Name = Path.GetFileNameWithoutExtension(a.Key) }); cpcGI.Add(new GameInfo { Name = Path.GetFileNameWithoutExtension(a.Key) });
} }
nextEmulator = new ZXSpectrum( nextEmulator = new AmstradCPC(
nextComm, nextComm,
xmlGame.Assets.Select(a => a.Value), //.First(), xmlGame.Assets.Select(a => a.Value), //.First(),
cpcGI, // GameInfo.NullInstance, cpcGI, // GameInfo.NullInstance,