summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderBase.cpp
diff options
context:
space:
mode:
authorMarkus Wick <markus+github@selfnet.de>2015-01-27 09:15:09 +0100
committerMarkus Wick <markus+github@selfnet.de>2015-01-27 09:15:09 +0100
commit8eda3ca844ca9b05682ec57aa3be2cbe07e19d28 (patch)
treeca41a705f6bec4f097243c61f4c2fb7add6b8604 /Source/Core/VideoCommon/VertexLoaderBase.cpp
parentc20ef8bb8ca4f73c11f4874e0fe6008613e57e63 (diff)
parent3dbd6cd384b09c1afabe26c607ca60c088515f60 (diff)
Merge pull request #1956 from Tilka/vertex_loader_jit
VertexLoader: clean up and fix some problems
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderBase.cpp17
1 files changed, 5 insertions, 12 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp
index c0e8e533df..b17731509d 100644
--- a/Source/Core/VideoCommon/VertexLoaderBase.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp
@@ -77,22 +77,15 @@ void VertexLoaderBase::AppendToString(std::string *dest) const
static const char *posMode[4] = {
"Inv",
- "Dir",
- "I8",
- "I16",
+ "Dir", "I8", "I16",
};
- static const char *posFormats[5] = {
+ static const char *posFormats[8] = {
"u8", "s8", "u16", "s16", "flt",
+ "Inv", "Inv", "Inv",
};
static const char *colorFormat[8] = {
- "565",
- "888",
- "888x",
- "4444",
- "6666",
- "8888",
- "Inv",
- "Inv",
+ "565", "888", "888x", "4444", "6666", "8888",
+ "Inv", "Inv",
};
dest->append(StringFromFormat("%ib skin: %i P: %i %s-%s ",