Browse Source
[nce] more annoying syscalls and stuff
Signed-off-by: lizzie <lizzie@eden-emu.dev>
liz-dynarmic-macos-fbsd-port
lizzie
4 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
1 additions and
0 deletions
-
src/core/arm/nce/arm_nce.cpp
|
|
@ -20,6 +20,7 @@ |
|
|
#include <signal.h>
|
|
|
#include <signal.h>
|
|
|
#include <sys/syscall.h>
|
|
|
#include <sys/syscall.h>
|
|
|
#include <unistd.h>
|
|
|
#include <unistd.h>
|
|
|
|
|
|
#include <pthread.h>
|
|
|
|
|
|
|
|
|
namespace Core { |
|
|
namespace Core { |
|
|
|
|
|
|
|
|
|