AppVeyor test (C# 8.0?)
This commit is contained in:
parent
d9a160a9af
commit
3dfb0d39c8
|
@ -38,6 +38,7 @@
|
|||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
|
|
|
@ -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}?",
|
||||
|
|
Loading…
Reference in New Issue