https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ae3f2a30843444d596f11a60cf5f15a6dc991382 authored by a1ex on 22 October 2013, 21:26:58 UTC
Close branch ppluciennik/makefile_zip_fixes.
Tip revision: ae3f2a3
features.h
#include "all_features.h"

#undef FEATURE_ARROW_SHORTCUTS // idk why :P
#undef FEATURE_IMAGE_POSITION
#undef FEATURE_FPS_OVERRIDE
#undef FEATURE_FPS_WAV_RECORD
#undef FEATURE_FPS_RAMPING
#undef FEATURE_EXPO_ISO_DIGIC // not working, no idea why -> test on master?
#undef FEATURE_SHUTTER_LOCK // Canon has it
//#undef FEATURE_IMAGE_EFFECTS
#undef FEATURE_FPS_OVERRIDE

#define FEATURE_VIDEO_HACKS
#define FEATURE_ISR_HOOKS
#define FEATURE_AFMA_TUNING
#define FEATURE_UNREGISTER_PROP

#undef FEATURE_SILENT_PIC
back to top