mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
461077b1a1
New right-click popup menu in game list - allow editing patch files easily. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@31 8ced0084-cf51-0410-be5f-012b33b47a6e
14 lines
266 B
C
14 lines
266 B
C
#ifndef _CPSTRUCTS_H
|
|
#define _CPSTRUCTS_H
|
|
|
|
#include "Common.h"
|
|
#include "CPMemory.h"
|
|
#include "XFMemory.h"
|
|
|
|
void CPUpdateMatricesA();
|
|
void CPUpdateMatricesB();
|
|
size_t CPSaveLoadState(char *ptr, BOOL save);
|
|
void LoadCPReg(u32 SubCmd, u32 Value);
|
|
|
|
#endif
|