mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-12 00:59:11 +01:00
85565688d7
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@389 8ced0084-cf51-0410-be5f-012b33b47a6e
13 lines
211 B
C
13 lines
211 B
C
#ifndef _BPSTRUCTS_H
|
|
#define _BPSTRUCTS_H
|
|
|
|
#pragma pack(4)
|
|
|
|
#include "BPMemory.h"
|
|
|
|
void BPInit();
|
|
//bool BPWritten(int addr, int changes);
|
|
void LoadBPReg(u32 value0);
|
|
void ActivateTextures();
|
|
|
|
#endif |