From 3c327449e8f879595b1ae1ca69d5f66d9ff8137d Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 3 Nov 2017 14:52:19 -0500 Subject: [PATCH] meh, turn off some resharper stuff we don't care about for anyone who might be using it. And a meaninglessly C#6ism refactor --- BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs | 2 +- BizHawk.sln.DotSettings | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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