Revision bbc44fa67ae7b247808698ff1fd1d7383c63fba2 authored by Albert Shih on 12 January 2014, 03:01:50 UTC, committed by Albert Shih on 12 January 2014, 03:01:50 UTC
1 parent f71a44d
Raw File
afma.h
// 5D2 AFMA constants

#define PROP_AFMA 0x80010006

static int8_t afma_buf[0xF];
#define AFMA_MODE       afma_buf[0x8]
#define AFMA_PER_LENS   afma_buf[0xC]
#define AFMA_ALL_LENSES afma_buf[0xE]
back to top