mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Unused arguments removed from XFBSource::Draw
Thanks neo.
This commit is contained in:
parent
672fa65ee7
commit
0a31255943
7 changed files with 7 additions and 8 deletions
|
@ -15,9 +15,8 @@ struct XFBSourceBase
|
|||
{
|
||||
virtual ~XFBSourceBase() {}
|
||||
|
||||
// TODO: only DX9 uses the width/height params
|
||||
virtual void Draw(const MathUtil::Rectangle<float> &sourcerc,
|
||||
const MathUtil::Rectangle<float> &drawrc, int width, int height) const = 0;
|
||||
const MathUtil::Rectangle<float> &drawrc) const = 0;
|
||||
|
||||
virtual void DecodeToTexture(u32 xfbAddr, u32 fbWidth, u32 fbHeight) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue