mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 11:39:21 +01:00
fix hq2x on high-res games (turn off)
This commit is contained in:
parent
4570bac667
commit
ab38047aa9
@ -723,7 +723,10 @@ update_video (int width, int height)
|
|||||||
{
|
{
|
||||||
int xscale, yscale;
|
int xscale, yscale;
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
|
if(vwidth <= 256)
|
||||||
fscale = GetFilterScale((RenderFilter)GCSettings.FilterMethod);
|
fscale = GetFilterScale((RenderFilter)GCSettings.FilterMethod);
|
||||||
|
else
|
||||||
|
fscale = 1;
|
||||||
#endif
|
#endif
|
||||||
ResetVideo_Emu (); // reset video to emulator rendering settings
|
ResetVideo_Emu (); // reset video to emulator rendering settings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user