blob: 0e54fea373ab4196736b789bd17b219b92ceb1a6 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "VideoCommon/XFMemory.h"
// STATE_TO_SAVE
XFMemory xfmem;
|