Fixed hires textures not scaling. Also increased max size of custom textures to 2048x2048.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6254 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
baby.lueshi
2010-10-04 01:54:51 +00:00
parent ec648ed221
commit d57b0a14d0
7 changed files with 25 additions and 15 deletions

View File

@ -44,7 +44,7 @@ public:
TexMode1 mode1; // current filter and clamp modes that texture is set to
int frameCount;
int w, h, fmt,MipLevels;
int w, h, fmt,MipLevels, Realw, Realh;
int Scaledw, Scaledh;
bool isRenderTarget; // if render texture, then rendertex is filled with the direct copy of the render target