https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 957fc63b66dfaf7916e597e15fd1d1c6d4fb5b6e authored by a1ex on 22 April 2014, 07:48:00 UTC
Close branch chris_miller/added-stub-for-stopasifdmaadc-1397488668705.
Tip revision: 957fc63
features.h
#include "all_features.h"

#define FEATURE_LV_3RD_PARTY_FLASH // requires props
#define FEATURE_EYEFI_TRICKS

// Disable all audio stuff
#undef FEATURE_WAV_RECORDING
#undef FEATURE_FPS_WAV_RECORD
#undef FEATURE_VOICE_TAGS
#undef FEATURE_BEEP //works, but messes up module menu

// Audio features working
#define FEATURE_AUDIO_REMOTE_SHOT // generic enabled until AudioIC is programmed

//~ #undef FEATURE_ARROW_SHORTCUTS

// Not working :(
#undef FEATURE_IMAGE_EFFECTS
//~ #undef FEATURE_DEFISHING_PREVIEW
//~ #undef FEATURE_ANAMORPHIC_PREVIEW

#undef FEATURE_LV_BUTTON_PROTECT
#undef FEATURE_LV_BUTTON_RATE

#undef FEATURE_TRAP_FOCUS

// Glitchy
#undef FEATURE_STICKY_DOF
#undef FEATURE_STICKY_HALFSHUTTER
//~ #undef FLEXINFO_DEVELOPER_MENU - disable from flexinfo.h

#define FEATURE_INTERMEDIATE_ISO_PHOTO_DISPLAY
#define FEATURE_FOCUS_PEAK_DISP_FILTER

#define FEATURE_CROP_MODE_HACK
back to top