diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-22 22:57:45 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-22 22:57:45 -0400 |
commit | 32c314c99290a52f1f870ecf8c677e3792ed09c4 (patch) | |
tree | 1cea62bc320d51ebb217e7c361ae10b65b71dd45 /src/core/hle/syscall.h | |
parent | 9a2e7381e66293929d50b08cc55379c800e74d43 (diff) | |
parent | 51f636b3d44e0c963d73cbc4e1a555633980b3fb (diff) |
Merge branch 'threading'
Diffstat (limited to 'src/core/hle/syscall.h')
-rw-r--r-- | src/core/hle/syscall.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/core/hle/syscall.h b/src/core/hle/syscall.h deleted file mode 100644 index 7a94e0136..000000000 --- a/src/core/hle/syscall.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 -// Refer to the license.txt file included. - -#pragma once - -#include "common/common_types.h" - -//////////////////////////////////////////////////////////////////////////////////////////////////// -// Namespace Syscall - -namespace Syscall { - -typedef u32 Handle; -typedef s32 Result; - -void Register(); - -} // namespace |