mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Syscalls: minor fixes
This commit is contained in:
parent
e9653f1029
commit
0fb092f2a5
27 changed files with 144 additions and 122 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#include "stdafx.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
//#include "Emu/System.h"
|
||||
#include "Emu/Memory/atomic_type.h"
|
||||
#include "Utilities/SMutex.h"
|
||||
|
||||
#include "Emu/SysCalls/lv2/sys_lwmutex.h"
|
||||
#include "Emu/SysCalls/lv2/sys_event.h"
|
||||
#include "Event.h"
|
||||
|
||||
void EventManager::Init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue