mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Merge pull request #1326 from SaiCateDoan/sim
Add: Emulator auto detect and restart
This commit is contained in:
@@ -26,6 +26,11 @@ class GeneratedConfig:
|
||||
Emulator_ScreenshotDedithering = False
|
||||
Emulator_AdbRestart = False
|
||||
|
||||
# Group `RestartEmulator`
|
||||
RestartEmulator_LaunchMode = 'do_not_use' # do_not_use, auto, nox_player, bluestacks_5, mumu_player, custom
|
||||
RestartEmulator_CustomStartCommand = 'C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox'
|
||||
RestartEmulator_CustomKillCommand = 'C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit'
|
||||
|
||||
# Group `Error`
|
||||
Error_HandleError = True
|
||||
Error_SaveError = True
|
||||
|
||||
Reference in New Issue
Block a user