mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 18:31:40 +02:00
![hrydgard](/assets/img/avatar_default.png)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@22 8ced0084-cf51-0410-be5f-012b33b47a6e
15 lines
260 B
C
15 lines
260 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 |