mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
hq2x for non-original modes correction
This commit is contained in:
parent
ea88db00e2
commit
d2fd8621b0
@ -635,7 +635,7 @@ ResetVideo_Emu ()
|
||||
int i = -1;
|
||||
|
||||
// original render mode or hq2x
|
||||
if (GCSettings.render == 0 || GCSettings.FilterMethod != FILTER_NONE)
|
||||
if (GCSettings.render == 0)
|
||||
{
|
||||
for (int j=0; j<4; j++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user