forked from dolphin-emu/dolphin
Add support for hybrid XFB
This commit is contained in:
@@ -55,6 +55,8 @@ struct TargetRectangle : public MathUtil::Rectangle<int>
|
||||
return (RECT*)this;
|
||||
}
|
||||
#endif
|
||||
TargetRectangle(const MathUtil::Rectangle<int> &other) : MathUtil::Rectangle<int>(other) {}
|
||||
TargetRectangle() = default;
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user