From 3dfb0d39c8bbddc07f2eaec98b7a19a6b78068da Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sun, 27 Oct 2019 12:05:06 -0400 Subject: [PATCH] AppVeyor test (C# 8.0?) --- BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj | 1 + BizHawk.Client.EmuHawk/EmuHawkUtil.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 2251812747..fbfcb642fe 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -38,6 +38,7 @@ true None true + 8.0 app.manifest diff --git a/BizHawk.Client.EmuHawk/EmuHawkUtil.cs b/BizHawk.Client.EmuHawk/EmuHawkUtil.cs index 41ed03e16f..3bd9ea51b3 100644 --- a/BizHawk.Client.EmuHawk/EmuHawkUtil.cs +++ b/BizHawk.Client.EmuHawk/EmuHawkUtil.cs @@ -12,7 +12,7 @@ namespace BizHawk.Client.EmuHawk { public static bool EnsureCoreIsAccurate(IEmulator emulator) { - bool PromptToSwitchCore(string currentCore, string recommendedCore, Action disableCurrentCore) + static bool PromptToSwitchCore(string currentCore, string recommendedCore, Action disableCurrentCore) { var box = new MsgBox( $"While the {currentCore} core is faster, it is not nearly as accurate as {recommendedCore}.{Environment.NewLine}It is recommended that you switch to the {recommendedCore} core for movie recording. {Environment.NewLine}Switch to {recommendedCore}?",