Emulator : Use steam-run.
This commit is contained in:
parent
05fbd88f1c
commit
f56cf5c84c
|
@ -6,7 +6,7 @@ function emulator() {
|
|||
|
||||
[[ "${name}" = "" ]] && name="main"
|
||||
|
||||
${ANDROID_SDK_ROOT}/emulator/emulator -avd "${name}" &> /dev/null & disown
|
||||
steam-run ${ANDROID_SDK_ROOT}/emulator/emulator -avd "${name}" &> /dev/null & disown
|
||||
}
|
||||
|
||||
function _android_emulators() {
|
||||
|
|
Reference in a new issue