mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
OGL: force enable postprocessing
This commit is contained in:
parent
ce3a039eed
commit
7292ea6a04
7 changed files with 45 additions and 135 deletions
|
@ -14,7 +14,7 @@ struct XFBSourceBase
|
|||
virtual ~XFBSourceBase() {}
|
||||
|
||||
virtual void Draw(const MathUtil::Rectangle<int> &sourcerc,
|
||||
const MathUtil::Rectangle<float> &drawrc) const = 0;
|
||||
const MathUtil::Rectangle<float> &drawrc) const {};
|
||||
|
||||
virtual void DecodeToTexture(u32 xfbAddr, u32 fbWidth, u32 fbHeight) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue