17 lines
285 B
C#
17 lines
285 B
C#
![]() |
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace BizHawk
|
|||
|
{
|
|||
|
public class CoreInputComm
|
|||
|
{
|
|||
|
public int NES_BackdropColor;
|
|||
|
public bool NES_UnlimitedSprites;
|
|||
|
public bool NES_ShowBG, NES_ShowOBJ;
|
|||
|
}
|
|||
|
|
|||
|
public class CoreOutputComm
|
|||
|
{
|
|||
|
public double VsyncRate = 60;
|
|||
|
}
|
|||
|
|
|||
|
}
|