aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid Turner <digit@google.com>2011-09-13 06:19:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-13 06:19:58 -0700
commit4939812780883255043a09eceaf607263f30fde4 (patch)
treea26d976bf76d258bf8e3ec46d05a6cb2daffa78a /android/cmdline-options.h
parent726d390625b7c27cd9b3ab29a21fff50c7a035d2 (diff)
parent9da935dd0c616cfd9072d11080a622320497dc9e (diff)
downloadexternal_qemu-4939812780883255043a09eceaf607263f30fde4.zip
external_qemu-4939812780883255043a09eceaf607263f30fde4.tar.gz
external_qemu-4939812780883255043a09eceaf607263f30fde4.tar.bz2
Merge "Add -gpu <mode> option to force GPU emulation"
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index b7d7bfa..de97516 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -154,6 +154,8 @@ OPT_PARAM( list_cores, "<host>", "list running core process" )
OPT_PARAM( attach_core, "<console socket>", "attach to a running core process" )
#endif // CONFIG_STANDALONE_UI
+OPT_PARAM( gpu, "<mode>", "set hardware OpenGLES emulation mode" )
+
#undef CFG_FLAG
#undef CFG_PARAM
#undef OPT_FLAG