1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: [ALAS] Remove DroidCast testing on BlueStacks Air

This commit is contained in:
LmeSzinc 2025-02-04 01:14:52 +08:00
parent 9a1129cf55
commit e5ff2dddbd

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: