Revert "perf: mumu12模拟器路径默认值置空"

This reverts commit 76b03fdda9.
This commit is contained in:
uye
2024-05-11 17:22:47 +08:00
parent 9606274a28
commit d0e3cba92e

View File

@@ -3312,7 +3312,7 @@ namespace MaaWpfGui.ViewModels.UI
}
}
private static readonly string _configuredPath = ConfigurationHelper.GetValue(ConfigurationKeys.MuMu12EmulatorPath, string.Empty);
private static readonly string _configuredPath = ConfigurationHelper.GetValue(ConfigurationKeys.MuMu12EmulatorPath, @"C:\Program Files\Netease\MuMuPlayer-12.0");
private string _emulatorPath = Directory.Exists(_configuredPath) ? _configuredPath : string.Empty;
/// <summary>