blob: 72a0409f8bbebdf52f2ab50b67eab36b72a25c73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#ifndef _BPSTRUCTS_H_
#define _BPSTRUCTS_H_
#include "BPMemory.h"
void BPInit();
void LoadBPReg(u32 value0);
void BPReload();
#endif // _BPSTRUCTS_H_
|