fix hq2x on high-res games (turn off)

This commit is contained in:
dborth 2010-09-08 16:10:36 +00:00
parent 4570bac667
commit ab38047aa9

View File

@ -723,7 +723,10 @@ update_video (int width, int height)
{
int xscale, yscale;
#ifdef HW_RVL
fscale = GetFilterScale((RenderFilter)GCSettings.FilterMethod);
if(vwidth <= 256)
fscale = GetFilterScale((RenderFilter)GCSettings.FilterMethod);
else
fscale = 1;
#endif
ResetVideo_Emu (); // reset video to emulator rendering settings