From ad3e25b414a348beaf315bf549c8b533d50d96f4 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Tue, 14 Apr 2015 15:22:09 -0300 Subject: De-inline functions from Interface, removing them from service.h This reduces the time for a full recompile from 65.43s to 59.53s (~9%) --- src/core/hle/hle.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/hle.cpp') 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" //////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3