X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=video.h;h=f74fbddc1e766f38f431cd365dce6c5b753e8829;hp=c7b926a46cd76a8eae389ea5d3c3bce2adeedd4b;hb=e38fee1b96c0b904d7f221a349fb2492258d5789;hpb=c95affa70d7025252d63f7d931535f8c10bb483b 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);