blob: ded761179ae329b18a741ed7b5860f689b46ae31 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "VideoCommon/XFMemory.h"
// STATE_TO_SAVE
XFRegisters xfregs;
u32 xfmem[XFMEM_SIZE];
|