diff options
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r-- | android/cmdline-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h index 3bc2197..0cf358f 100644 --- a/android/cmdline-options.h +++ b/android/cmdline-options.h @@ -157,6 +157,7 @@ OPT_PARAM( attach_core, "<console socket>", "attach to a running core process" ) OPT_PARAM( gpu, "<mode>", "set hardware OpenGLES emulation mode" ) OPT_PARAM( fake_camera, "<mode>", "set fake camera emulation mode" ) +OPT_LIST( webcam, "name=<name>[,dir=<direction>]", "setup web camera emulation" ) #undef CFG_FLAG #undef CFG_PARAM |