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