diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs b/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs
index f8db8a4b7c..e234ae4455 100644
--- a/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs
+++ b/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs
@@ -169,7 +169,7 @@ namespace BizHawk.Emulation.Cores.Atari.Lynx
BoolButtons = { "Up", "Down", "Left", "Right", "A", "B", "Option 1", "Option 2", "Pause", "Power" },
};
- public ControllerDefinition ControllerDefinition { get { return LynxTroller; } }
+ public ControllerDefinition ControllerDefinition => LynxTroller;
private LibLynx.Buttons GetButtons(IController controller)
{
diff --git a/BizHawk.sln.DotSettings b/BizHawk.sln.DotSettings
index ad7cb00825..e447905302 100644
--- a/BizHawk.sln.DotSettings
+++ b/BizHawk.sln.DotSettings
@@ -3,6 +3,8 @@
True
ExplicitlyExcluded
DO_NOT_SHOW
+ DO_NOT_SHOW
+ DO_NOT_SHOW
DO_NOT_SHOW
DO_NOT_SHOW
DO_NOT_SHOW