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