mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Added new config system
Added emulator state class Added emulator events Minor improvements
This commit is contained in:
parent
bbfca3fc0d
commit
e4f6eb04e8
20 changed files with 1435 additions and 112 deletions
9
rpcs3/Emu/state.cpp
Normal file
9
rpcs3/Emu/state.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "stdafx.h"
|
||||
#include "state.h"
|
||||
#include <sstream>
|
||||
#include <type_traits>
|
||||
|
||||
namespace rpcs3
|
||||
{
|
||||
state_t state;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue