mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
VideoCommon: remove constants.depthparams[2+3] as they aren't used in the shader at all
This commit is contained in:
parent
f4a9deefa8
commit
2118c1d3c3
3 changed files with 1 additions and 5 deletions
|
@ -30,7 +30,6 @@
|
|||
#include "XFMemory.h"
|
||||
#include "FifoPlayer/FifoRecorder.h"
|
||||
#include "AVIDump.h"
|
||||
#include "VertexShaderManager.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
|
@ -231,7 +230,6 @@ bool Renderer::CalculateTargetSize(unsigned int framebuffer_width, unsigned int
|
|||
{
|
||||
s_target_width = newEFBWidth;
|
||||
s_target_height = newEFBHeight;
|
||||
VertexShaderManager::SetViewportChanged();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue