more info in the vertex loader debug display

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2128 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-02-06 19:52:23 +00:00
parent 60b25def18
commit 1d0e8ddf84
2 changed files with 29 additions and 12 deletions

View File

@ -97,9 +97,8 @@ private:
void WriteCall(TPipelineFunction);
void WriteGetVariable(int bits, Gen::OpArg, void*);
void WriteSetVariable(int bits, void*, Gen::OpArg);
void WriteGetVariable(int bits, Gen::OpArg dest, void *address);
void WriteSetVariable(int bits, void *address, Gen::OpArg dest);
};
#endif