mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user