mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
:) 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:
@ -370,8 +370,8 @@ void EncodeToRam(u32 address, bool bFromZBuffer, bool bIsIntensityFmt, u32 copyf
|
|||||||
source.top * MValueY + Ystride,
|
source.top * MValueY + Ystride,
|
||||||
sampleStride * MValueX,
|
sampleStride * MValueX,
|
||||||
sampleStride * MValueY,
|
sampleStride * MValueY,
|
||||||
(float)Renderer::GetTargetWidth(),
|
(float)Renderer::GetFullTargetWidth(),
|
||||||
(float)Renderer::GetTargetHeight());
|
(float)Renderer::GetFullTargetHeight());
|
||||||
|
|
||||||
TargetRectangle scaledSource;
|
TargetRectangle scaledSource;
|
||||||
scaledSource.top = 0;
|
scaledSource.top = 0;
|
||||||
|
Reference in New Issue
Block a user