mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Auto detect hardware acceleration on Linux (#254)
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ inputs:
|
||||
description: 'whether to disable spellchecker - `true` or `false`'
|
||||
default: 'false'
|
||||
disable-linux-hw-accel:
|
||||
description: 'whether to disable hardware acceleration on Linux machines - `true` or `false`'
|
||||
default: 'true'
|
||||
description: 'whether to disable hardware acceleration on Linux machines - `true` or `false` or `auto`'
|
||||
default: 'auto'
|
||||
enable-hw-keyboard:
|
||||
description: 'whether to enable hardware keyboard - `true` or `false`.'
|
||||
default: 'false'
|
||||
|
||||
Reference in New Issue
Block a user