move shared parts from VertexManager::vFlush into VideoCommon

This commit is contained in:
degasus 2014-02-03 16:56:17 +01:00
commit e5318d2624
6 changed files with 12 additions and 16 deletions

View file

@ -58,7 +58,7 @@ private:
//virtual void Draw(u32 stride, bool alphapass) = 0;
// temp
virtual void vFlush() = 0;
virtual void vFlush(bool useDstAlpha) = 0;
};
extern VertexManager *g_vertex_manager;