2013-04-18 03:29:41 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2010-07-06 16:16:07 +00:00
|
|
|
|
2014-02-10 18:54:46 +00:00
|
|
|
#pragma once
|
2010-07-06 16:16:07 +00:00
|
|
|
|
|
|
|
|
2014-09-08 01:06:58 +00:00
|
|
|
#include "Common/CommonTypes.h"
|
2014-02-17 10:18:15 +00:00
|
|
|
#include "VideoCommon/BPMemory.h"
|
2010-07-06 16:16:07 +00:00
|
|
|
|
|
|
|
void InitBPMemory();
|
2011-02-03 19:55:30 +00:00
|
|
|
void SWBPWritten(int address, int newvalue);
|
|
|
|
void SWLoadBPReg(u32 value);
|