:) this is what happens when you don't test what you commit, sorry :(

efb to ram fixed i hope :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4845 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Rodolfo Osvaldo Bogado 2010-01-15 18:46:02 +00:00
parent 9d36cd05be
commit 0a88519ecf

View File

@ -370,8 +370,8 @@ void EncodeToRam(u32 address, bool bFromZBuffer, bool bIsIntensityFmt, u32 copyf
source.top * MValueY + Ystride,
sampleStride * MValueX,
sampleStride * MValueY,
(float)Renderer::GetTargetWidth(),
(float)Renderer::GetTargetHeight());
(float)Renderer::GetFullTargetWidth(),
(float)Renderer::GetFullTargetHeight());
TargetRectangle scaledSource;
scaledSource.top = 0;