correct default for showing lightgun cursor (a casual player probably wants this on)
fixes c7ea4cbd0e
This commit is contained in:
parent
c7ea4cbd0e
commit
7ae3f447d6
|
@ -93,7 +93,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.BSNES
|
|||
public bool CropSGBFrame { get; set; }
|
||||
public bool NoPPUSpriteLimit { get; set; }
|
||||
public bool ShowOverscan { get; set; }
|
||||
public bool ShowCursor { get; set; }
|
||||
public bool ShowCursor { get; set; } = true;
|
||||
public BsnesApi.ASPECT_RATIO_CORRECTION AspectRatioCorrection { get; set; } = BsnesApi.ASPECT_RATIO_CORRECTION.Auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue