AppVeyor test (C# 8.0?)

This commit is contained in:
J.D. Purcell 2019-10-27 12:05:06 -04:00
parent d9a160a9af
commit 3dfb0d39c8
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>

View File

@ -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}?",