1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-02-03 17:16:49 +00:00

View File

@@ -198,6 +198,8 @@ class Benchmark(DaemonBase, CampaignUI):
screenshot.append('nemu_ipc')
if self.device.ldopengl_available():
screenshot.append('ldopengl')
if self.device.is_bluestacks_air:
screenshot = [l for l in screenshot if 'DroidCast' not in l]
scene = self.config.Benchmark_TestScene
if 'screenshot' not in scene: