diff options
| author | 2015-04-14 15:22:09 -0300 | |
|---|---|---|
| committer | 2015-04-14 15:34:28 -0300 | |
| commit | ad3e25b414a348beaf315bf549c8b533d50d96f4 (patch) | |
| tree | e2963c00f7e0b10f06b95d015a3850a363aeaafc /src/core/hle/hle.cpp | |
| parent | Merge pull request #683 from bunnei/thread-priority (diff) | |
| download | yuzu-ad3e25b414a348beaf315bf549c8b533d50d96f4.tar.gz yuzu-ad3e25b414a348beaf315bf549c8b533d50d96f4.tar.xz yuzu-ad3e25b414a348beaf315bf549c8b533d50d96f4.zip | |
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%)
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 @@ | |||
| 13 | #include "core/hle/shared_page.h" | 13 | #include "core/hle/shared_page.h" |
| 14 | #include "core/hle/kernel/thread.h" | 14 | #include "core/hle/kernel/thread.h" |
| 15 | #include "core/hle/service/service.h" | 15 | #include "core/hle/service/service.h" |
| 16 | #include "core/hle/svc.h" | ||
| 16 | 17 | ||
| 17 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 18 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 18 | 19 | ||