GPU: Remove duplicate display params fields
And enable postfx when the DAC is turned off.
This commit is contained in:
@ -220,7 +220,8 @@ private:
|
||||
void SetBatchSpriteMode(bool enabled);
|
||||
|
||||
void UpdateDownsamplingLevels();
|
||||
void DownsampleFramebuffer(GPUTexture* source, u32 left, u32 top, u32 width, u32 height);
|
||||
|
||||
void DownsampleFramebuffer();
|
||||
void DownsampleFramebufferAdaptive(GPUTexture* source, u32 left, u32 top, u32 width, u32 height);
|
||||
void DownsampleFramebufferBoxFilter(GPUTexture* source, u32 left, u32 top, u32 width, u32 height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user