mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 18:28:35 +12:00
Added missing change.
This commit is contained in:
parent
c4a9c874d1
commit
0a35c4f2c4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "Emu/SysCalls/SysCalls.h"
|
#include "Emu/SysCalls/SysCalls.h"
|
||||||
#include "SC_Memory.h"
|
#include "SC_Memory.h"
|
||||||
|
#include <map>
|
||||||
|
|
||||||
SysCallBase sc_mem("memory");
|
SysCallBase sc_mem("memory");
|
||||||
std::map<u32, u32> mmapper_info_map;
|
std::map<u32, u32> mmapper_info_map;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue