mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
OGL: force enable postprocessing
This commit is contained in:
parent
ce3a039eed
commit
7292ea6a04
7 changed files with 45 additions and 135 deletions
|
@ -52,8 +52,6 @@ struct XFBSource : public XFBSourceBase
|
|||
|
||||
void CopyEFB(float Gamma) override;
|
||||
void DecodeToTexture(u32 xfbAddr, u32 fbWidth, u32 fbHeight) override;
|
||||
void Draw(const MathUtil::Rectangle<int> &sourcerc,
|
||||
const MathUtil::Rectangle<float> &drawrc) const override;
|
||||
|
||||
const GLuint texture;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue