diff options
| author | 2014-12-22 04:30:09 -0200 | |
|---|---|---|
| committer | 2015-01-09 03:51:55 -0200 | |
| commit | 7b3452c7303cf348377de6702ddda0307533663c (patch) | |
| tree | ce08ed7d7c42015919e1dd26cb2ec8721a54ec8a /src/core/core_timing.cpp | |
| parent | Merge pull request #255 from Subv/cbranch_3 (diff) | |
| download | yuzu-7b3452c7303cf348377de6702ddda0307533663c.tar.gz yuzu-7b3452c7303cf348377de6702ddda0307533663c.tar.xz yuzu-7b3452c7303cf348377de6702ddda0307533663c.zip | |
Move ThreadContext to core/core.h and deal with the fallout
Diffstat (limited to 'src/core/core_timing.cpp')
| -rw-r--r-- | src/core/core_timing.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp index 833199680..ec9d52a08 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | 9 | ||
| 10 | #include "common/chunk_file.h" | 10 | #include "common/chunk_file.h" |
| 11 | #include "common/log.h" | 11 | #include "common/log.h" |
| 12 | |||
| 13 | #include "core/arm/arm_interface.h" | ||
| 12 | #include "core/core.h" | 14 | #include "core/core.h" |
| 13 | #include "core/core_timing.h" | 15 | #include "core/core_timing.h" |
| 14 | 16 | ||