mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 02:25:56 +00:00
Always flush on swap
This commit is contained in:
parent
3fa81f39fb
commit
66a7db3850
6 changed files with 23 additions and 0 deletions
|
@ -133,6 +133,7 @@ public:
|
|||
TargetRectangle ConvertEFBRectangle(const EFBRectangle& rc) override;
|
||||
|
||||
void SwapImpl(AbstractTexture* texture, const EFBRectangle& rc, u64 ticks) override;
|
||||
void Flush() override;
|
||||
|
||||
void ClearScreen(const EFBRectangle& rc, bool colorEnable, bool alphaEnable, bool zEnable,
|
||||
u32 color, u32 z) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue