https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 128459811ce1ff28aea3f9f20971b3d059e76738 authored by alex@thinkpad on 13 October 2012, 17:05:35 UTC
5DC: Added a small joke on "don't click me" :)
Tip revision: 1284598
cfn.c
#include <dryos.h>
#include <property.h>
// on 5D3 these are not CFn, but in main menus

int get_htp() { return 0; }
void set_htp(int value) {}

int get_alo() { return 0; }

int get_mlu() { return 0; }
void set_mlu(int value){}

int cfn_get_af_button_assignment() { return 0; }
void cfn_set_af_button(int value) {}
back to top