mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01: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
258 B
C
14 lines
258 B
C
#ifndef _BPSTRUCTS_H
|
|
#define _BPSTRUCTS_H
|
|
|
|
#pragma pack(4)
|
|
|
|
#include "BPMemory.h"
|
|
|
|
void BPInit();
|
|
size_t BPSaveLoadState(char *ptr, BOOL save);
|
|
//bool BPWritten(int addr, int changes);
|
|
void LoadBPReg(u32 value0);
|
|
void ActivateTextures();
|
|
|
|
#endif |