From ae0d8136ce0d3c39ca80c64763e633b86b0c5453 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Tue, 13 Sep 2011 10:48:02 -0700 Subject: Add cmdline param to control fake camera emulation - Enable / Disable fake camera - Set fake camera facing direction: back, or front Change-Id: Iab741a694daf2bf752e91e23df566a83ac7a97e7 --- android/cmdline-options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/cmdline-options.h') diff --git a/android/cmdline-options.h b/android/cmdline-options.h index de97516..3bc2197 100644 --- a/android/cmdline-options.h +++ b/android/cmdline-options.h @@ -156,6 +156,8 @@ OPT_PARAM( attach_core, "", "attach to a running core process" ) OPT_PARAM( gpu, "", "set hardware OpenGLES emulation mode" ) +OPT_PARAM( fake_camera, "", "set fake camera emulation mode" ) + #undef CFG_FLAG #undef CFG_PARAM #undef OPT_FLAG -- cgit v1.1