mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VideoCommon/VertexLoader: Remove NRM enum
This commit is contained in:
parent
f6a343df79
commit
0c62ae9c1a
2 changed files with 1 additions and 10 deletions
|
@ -107,13 +107,6 @@ public:
|
|||
int GetNumLoadedVerts() const { return m_numLoadedVertices; }
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
NRM_ZERO = 0,
|
||||
NRM_ONE = 1,
|
||||
NRM_THREE = 3,
|
||||
};
|
||||
|
||||
int m_VertexSize; // number of bytes of a raw GC vertex. Computed by CompileVertexTranslator.
|
||||
|
||||
// GC vertex format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue