mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Added missing change.
This commit is contained in:
parent
c4a9c874d1
commit
0a35c4f2c4
|
|
@ -1,6 +1,7 @@
|
|||
#include "stdafx.h"
|
||||
#include "Emu/SysCalls/SysCalls.h"
|
||||
#include "SC_Memory.h"
|
||||
#include <map>
|
||||
|
||||
SysCallBase sc_mem("memory");
|
||||
std::map<u32, u32> mmapper_info_map;
|
||||
|
|
|
|||
Loading…
Reference in a new issue