mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
85565688d7
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@389 8ced0084-cf51-0410-be5f-012b33b47a6e
19 lines
344 B
C
19 lines
344 B
C
#ifndef _XFSTRUCTS_H
|
|
#define _XFSTRUCTS_H
|
|
|
|
#include "Common.h"
|
|
#include "Vec3.h"
|
|
#include "XFMemory.h"
|
|
|
|
extern float rawViewPort[6];
|
|
extern float rawProjection[7];
|
|
|
|
void XFUpdateVP();
|
|
void XFUpdatePJ();
|
|
void LoadXFReg(u32 transferSize, u32 address, u32 *pData);
|
|
void LoadIndexedXF(u32 val, int array);
|
|
|
|
#pragma pack()
|
|
|
|
|
|
#endif |