summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/semaphore.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-06-01 01:46:15 +0200
committerGitHub <noreply@github.com>2017-06-01 01:46:15 +0200
commitaf1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e (patch)
tree690988495a40708deae96f057db79d68704acb02 /src/core/hle/kernel/semaphore.h
parentMerge pull request #2721 from wwylele/texture-cube (diff)
parentKernel: Move HandleTable to a separate file (diff)
downloadyuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.tar
yuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.tar.gz
yuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.tar.bz2
yuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.tar.lz
yuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.tar.xz
yuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.tar.zst
yuzu-af1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e.zip
Diffstat (limited to 'src/core/hle/kernel/semaphore.h')
-rw-r--r--src/core/hle/kernel/semaphore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/semaphore.h b/src/core/hle/kernel/semaphore.h
index cde94f7cc..7b0cacf2e 100644
--- a/src/core/hle/kernel/semaphore.h
+++ b/src/core/hle/kernel/semaphore.h
@@ -8,6 +8,8 @@
#include <string>
#include "common/common_types.h"
#include "core/hle/kernel/kernel.h"
+#include "core/hle/kernel/wait_object.h"
+#include "core/hle/result.h"
namespace Kernel {