From aa7feb70ca6157e1aa83f1e19062c9a6a85773fb Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 21 Sep 2020 17:50:21 +0100 Subject: Add optional colour correction + interframe blending --- gba_cc_lut.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gba_cc_lut.h (limited to 'gba_cc_lut.h') diff --git a/gba_cc_lut.h b/gba_cc_lut.h new file mode 100644 index 0000000..492d178 --- /dev/null +++ b/gba_cc_lut.h @@ -0,0 +1,8 @@ +#ifndef __CC_LUT_H__ +#define __CC_LUT_H__ + +#include "common.h" + +extern const u16 gba_cc_lut[]; + +#endif /* __CC_LUT_H__ */ -- cgit v1.2.3