gambatte: leave CoreOutputComm strings empty since we have nothing to say (for the moment)
This commit is contained in:
parent
c949276815
commit
1697e77042
|
@ -253,8 +253,8 @@ namespace BizHawk.Emulation.Consoles.GB
|
|||
{
|
||||
VsyncNum = 262144,
|
||||
VsyncDen = 4389,
|
||||
RomStatusAnnotation = "Bizwhackin it up",
|
||||
RomStatusDetails = "LEVAR BURTON"
|
||||
RomStatusAnnotation = null, //"Bizwhackin it up",
|
||||
RomStatusDetails = null, //"LEVAR BURTON",
|
||||
};
|
||||
|
||||
public CoreOutputComm CoreOutputComm
|
||||
|
|
Loading…
Reference in New Issue