mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +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;
|
||||
#ifdef HW_RVL
|
||||
if(vwidth <= 256)
|
||||
fscale = GetFilterScale((RenderFilter)GCSettings.FilterMethod);
|
||||
else
|
||||
fscale = 1;
|
||||
#endif
|
||||
ResetVideo_Emu (); // reset video to emulator rendering settings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user