mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 12:32:06 +00:00
fix 2 more warnings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1209 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
aa885ab14c
commit
9e31e3796a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ namespace VertexLoaderManager
|
|||
void RunVertices(int vtx_attr_group, int primitive, int count);
|
||||
|
||||
// TODO - don't expose these like this.
|
||||
static u8* s_pCurBufferPointer;
|
||||
// static u8* s_pCurBufferPointer;
|
||||
};
|
||||
|
||||
// Might move this into its own file later.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue