2011-08-04 03:20:54 +00:00
|
|
|
|
namespace BizHawk
|
2011-06-11 22:15:08 +00:00
|
|
|
|
{
|
|
|
|
|
public class CoreInputComm
|
|
|
|
|
{
|
|
|
|
|
public int NES_BackdropColor;
|
|
|
|
|
public bool NES_UnlimitedSprites;
|
|
|
|
|
public bool NES_ShowBG, NES_ShowOBJ;
|
2012-03-11 06:50:46 +00:00
|
|
|
|
public bool PCE_ShowBG, PCE_ShowOBJ;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public class CoreOutputComm
|
|
|
|
|
{
|
|
|
|
|
public double VsyncRate = 60;
|
2011-07-10 21:00:28 +00:00
|
|
|
|
public string RomStatusAnnotation;
|
|
|
|
|
public string RomStatusDetails;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
}
|
2012-03-11 06:50:46 +00:00
|
|
|
|
}
|