1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Opt: Lower default screenshot interval on ldopengl

This commit is contained in:
LmeSzinc
2024-07-25 12:18:28 +08:00
parent ff3971b023
commit 32649283ff
2 changed files with 3 additions and 1 deletions

View File

@@ -233,6 +233,8 @@ class Benchmark(DaemonBase, CampaignUI):
screenshot = remove('ADB_nc', 'aScreenCap_nc')
if self.device.nemu_ipc_available():
screenshot.append('nemu_ipc')
if self.device.ldopengl_available():
screenshot.append('ldopengl')
screenshot = tuple(screenshot)
self.TEST_TOTAL = 3