CPCHawk: Romloader tweak
This commit is contained in:
parent
531833c7b0
commit
dd7b81a714
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue