rpcsx/rpcs3/Emu/state.cpp
Nekotekina 298eb46a31 AutoPauseManager, SaveDataUtility fix
Redundant stringstream removed
2015-12-04 23:37:41 +03:00

8 lines
76 B
C++

#include "stdafx.h"
#include "state.h"
namespace rpcs3
{
state_t state;
}