mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Make dst_alpha state implicit.
This commit is contained in:
@ -82,7 +82,7 @@ protected:
|
||||
private:
|
||||
bool m_is_flushed = true;
|
||||
|
||||
virtual void vFlush(bool useDstAlpha) = 0;
|
||||
virtual void vFlush() = 0;
|
||||
|
||||
virtual void CreateDeviceObjects() {}
|
||||
virtual void DestroyDeviceObjects() {}
|
||||
|
Reference in New Issue
Block a user