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

@ -30,7 +30,7 @@ private:
void PrepareDrawBuffers();
void Draw(u32 stride);
// temp
void vFlush();
void vFlush(bool useDstAlpha);
u32 m_vertex_buffer_cursor;
u32 m_vertex_draw_offset;