Cocoa Port:

- Update scanline video filter parameters introduced in r4316.
This commit is contained in:
rogerman 2012-07-24 20:18:26 +00:00
parent bdb3a756bc
commit 2e9eadd1de
1 changed files with 4 additions and 3 deletions

View File

@ -19,9 +19,10 @@
#include "videofilter.h"
// Parameters for Scanline filter
int scanline_filter_a = 2;
int scanline_filter_b = 4;
int scanline_filter_a = 0;
int scanline_filter_b = 2;
int scanline_filter_c = 2;
int scanline_filter_d = 4;
/********************************************************************************************
CLASS CONSTRUCTORS