more work on dlist caching now should be a little faster

a little bugfix in vertex loading and some fixes.
not much time to work these days but  at least i can spend a little time fixing thing.
please test for regressions.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6409 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Rodolfo Osvaldo Bogado
2010-11-14 14:42:11 +00:00
parent b2e1ea3279
commit c21f804c48
7 changed files with 265 additions and 177 deletions

View File

@ -147,7 +147,8 @@ typedef enum
{
API_OPENGL,
API_D3D9,
API_D3D11
API_D3D11,
API_GLSL
} API_TYPE;
#endif // _VIDEOCOMMON_H