blob: d26d4bb4c49e6bd33efeb5b7311dcaa2185bcf0e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "Common/Common.h"
#include "VideoCommon/BPMemory.h"
// BP state
// STATE_TO_SAVE
BPMemory bpmem;
|