aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2011-09-12 21:27:56 +0200
committerDavid 'Digit' Turner <digit@google.com>2011-09-13 13:02:27 +0200
commit9da935dd0c616cfd9072d11080a622320497dc9e (patch)
treeb28c8dd45ec543090c6be340d1d211cee94c0f99 /android/cmdline-options.h
parent9ff69721d24f81317183ddb2e9e352bb34650752 (diff)
downloadexternal_qemu-9da935dd0c616cfd9072d11080a622320497dc9e.zip
external_qemu-9da935dd0c616cfd9072d11080a622320497dc9e.tar.gz
external_qemu-9da935dd0c616cfd9072d11080a622320497dc9e.tar.bz2
Add -gpu <mode> option to force GPU emulation
By default, GPU emulation is still disabled. You can still try to force it with '-gpu on' for experimentation purpose (alternatively, you can define hw.gpu.enabled to 'true' in your AVD config.ini) Change-Id: I87efdf45337a80aeadd94b3922312b3f564c1608
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