VideoCommon: Make dst_alpha state implicit.

This commit is contained in:
degasus 2016-12-28 01:37:41 +01:00
commit 41b0c74e30
33 changed files with 79 additions and 149 deletions

View file

@ -41,7 +41,7 @@ protected:
private:
void Draw(u32 stride);
void vFlush(bool useDstAlpha) override;
void vFlush() override;
void PrepareDrawBuffers(u32 stride);
// Alternative buffers in CPU memory for primatives we are going to discard.