From 856a1d0386099f6311e4fb9cca345142fc22330a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 12 Mar 2016 21:47:41 -0500 Subject: svc: Move ResetType enum to the kernel event header --- src/core/hle/function_wrappers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/function_wrappers.h') diff --git a/src/core/hle/function_wrappers.h b/src/core/hle/function_wrappers.h index 882a51df1..4d718b681 100644 --- a/src/core/hle/function_wrappers.h +++ b/src/core/hle/function_wrappers.h @@ -10,6 +10,7 @@ #include "core/memory.h" #include "core/hle/hle.h" #include "core/hle/result.h" +#include "core/hle/svc.h" namespace HLE { -- cgit v1.2.3