diff options
author | bunnei <bunneidev@gmail.com> | 2015-04-14 19:14:27 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-04-14 19:14:27 -0400 |
commit | 3ee9f6c5d877af5bff1faed6abea035fe7115cc8 (patch) | |
tree | 7739f10ab75ee509c1e0681eeae3e8ef01588efa /src/core/hle/hle.cpp | |
parent | 46ea6944c3f637efee013ecc4ac65fd4985031a8 (diff) | |
parent | ad3e25b414a348beaf315bf549c8b533d50d96f4 (diff) |
Merge pull request #696 from yuriks/interface-deinline
De-inline functions from Interface, removing them from service.h
Diffstat (limited to 'src/core/hle/hle.cpp')
-rw-r--r-- | src/core/hle/hle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index 1aaeaa9c9..c645d6563 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp @@ -13,6 +13,7 @@ #include "core/hle/shared_page.h" #include "core/hle/kernel/thread.h" #include "core/hle/service/service.h" +#include "core/hle/svc.h" //////////////////////////////////////////////////////////////////////////////////////////////////// |