mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 18:30:32 +00:00
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:
parent
e5e55534ac
commit
6deb87c176
5 changed files with 102 additions and 97 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue