mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Revert r7086.
Preferring the slow code until it gets optimized properly... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7435 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -747,6 +747,8 @@ void Renderer::UpdateViewport()
|
||||
sizeChanged = true;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: If the size hasn't changed for X frames, we should probably shrink the EFB texture for performance reasons
|
||||
if (sizeChanged)
|
||||
{
|
||||
const int ideal_width = s_Fulltarget_width;
|
||||
|
Reference in New Issue
Block a user