From e38fee1b96c0b904d7f221a349fb2492258d5789 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 2 Oct 2012 00:47:15 +0300 Subject: integrate M-HT's neon scalers --- video.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'video.h') diff --git a/video.h b/video.h index c7b926a..f74fbdd 100644 --- a/video.h +++ b/video.h @@ -96,9 +96,18 @@ typedef enum filter_bilinear } video_filter_type; +typedef enum +{ + filter2_none, + filter2_scale2x, + filter2_scale3x, + filter2_eagle2x, +} video_filter_type2; + extern video_scale_type screen_scale; extern video_scale_type current_scale; extern video_filter_type screen_filter; +extern video_filter_type2 screen_filter2; void set_gba_resolution(video_scale_type scale); -- cgit v1.2.3