VertexLoader: Change some pointer arithmetic to array syntax. should have no effect on performance.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2255 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-02-15 13:45:03 +00:00
parent e5e55534ac
commit 6deb87c176
5 changed files with 102 additions and 97 deletions

View File

@ -18,6 +18,9 @@
#ifndef _VERTEXLOADER_H
#define _VERTEXLOADER_H
// Top vertex loaders
// Metroid Prime: P I16-flt N I16-s16 T0 I16-u16 T1 i16-flt
#include <string>
#include "CPMemory.h"