blob: 2a994433463f3115736f5eeaf8267e65a492500f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
#include "VideoCommon/BPMemory.h"
void BPInit();
void LoadBPReg(u32 value0);
void BPReload();
|