Files
dolphin/Source/Core/VideoCommon/BPMemory.cpp
T

11 lines
223 B
C++
Raw Normal View History

// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
2009-06-22 09:31:30 +00:00
2014-09-07 20:06:58 -05:00
#include "Common/CommonTypes.h"
2014-02-17 05:18:15 -05:00
#include "VideoCommon/BPMemory.h"
2009-06-22 09:31:30 +00:00
// BP state
2009-06-22 09:31:30 +00:00
// STATE_TO_SAVE
BPMemory bpmem;