add disk hash to saturn
This commit is contained in:
parent
315d156034
commit
37852c3e63
|
@ -43,7 +43,7 @@ namespace BizHawk.Emulation.Cores.Sega.Saturn
|
||||||
|
|
||||||
public Yabause(CoreComm CoreComm, DiscSystem.Disc CD, byte[] bios, bool GL = false)
|
public Yabause(CoreComm CoreComm, DiscSystem.Disc CD, byte[] bios, bool GL = false)
|
||||||
{
|
{
|
||||||
CoreComm.RomStatusDetails = "Yeh";
|
CoreComm.RomStatusDetails = string.Format("Disk partial hash:{0}", CD.GetHash());
|
||||||
this.CoreComm = CoreComm;
|
this.CoreComm = CoreComm;
|
||||||
this.CD = CD;
|
this.CD = CD;
|
||||||
ResetCounters();
|
ResetCounters();
|
||||||
|
|
Loading…
Reference in New Issue