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:
parent
9a1129cf55
commit
e5ff2dddbd
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user