diff options
| author | 2019-02-12 19:26:37 -0500 | |
|---|---|---|
| committer | 2019-02-12 19:26:37 -0500 | |
| commit | 8135f4bfcef268c2d29a636f1c0b9f38ab8a25e4 (patch) | |
| tree | 83c843cf14d53a45ed5aad3d60b00cecb9e6d20e /src/core/core_timing.h | |
| parent | Merge pull request #2104 from ReinUsesLisp/compute-assert (diff) | |
| parent | core_timing: Rename CoreTiming namespace to Core::Timing (diff) | |
| download | yuzu-8135f4bfcef268c2d29a636f1c0b9f38ab8a25e4.tar.gz yuzu-8135f4bfcef268c2d29a636f1c0b9f38ab8a25e4.tar.xz yuzu-8135f4bfcef268c2d29a636f1c0b9f38ab8a25e4.zip | |
Merge pull request #2110 from lioncash/namespace
core_timing: Rename CoreTiming namespace to Core::Timing
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index 9ed757bd7..093989d4c 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include <string> | 22 | #include <string> |
| 23 | #include "common/common_types.h" | 23 | #include "common/common_types.h" |
| 24 | 24 | ||
| 25 | namespace CoreTiming { | 25 | namespace Core::Timing { |
| 26 | 26 | ||
| 27 | struct EventType; | 27 | struct EventType; |
| 28 | 28 | ||
| @@ -92,4 +92,4 @@ std::chrono::microseconds GetGlobalTimeUs(); | |||
| 92 | 92 | ||
| 93 | int GetDowncount(); | 93 | int GetDowncount(); |
| 94 | 94 | ||
| 95 | } // namespace CoreTiming | 95 | } // namespace Core::Timing |