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