VideoCommon: rewrite frame skipping code

This commit is contained in:
degasus
2014-09-03 21:49:15 +02:00
parent e1248599eb
commit 8b84ddce9a
8 changed files with 20 additions and 34 deletions

View File

@ -18,7 +18,7 @@ namespace VertexLoaderManager
int GetVertexSize(int vtx_attr_group);
// Returns false if buf_size is insufficient.
bool RunVertices(int vtx_attr_group, int primitive, int count, size_t buf_size);
bool RunVertices(int vtx_attr_group, int primitive, int count, size_t buf_size, bool skip_drawing = false);
// For debugging
void AppendListToString(std::string *dest);