mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
85565688d7
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@389 8ced0084-cf51-0410-be5f-012b33b47a6e
13 lines
219 B
C
13 lines
219 B
C
#ifndef _CPSTRUCTS_H
|
|
#define _CPSTRUCTS_H
|
|
|
|
#include "Common.h"
|
|
#include "CPMemory.h"
|
|
#include "XFMemory.h"
|
|
|
|
void CPUpdateMatricesA();
|
|
void CPUpdateMatricesB();
|
|
void LoadCPReg(u32 SubCmd, u32 Value);
|
|
|
|
#endif
|