diff options
| author | 2015-01-05 20:17:49 -0500 | |
|---|---|---|
| committer | 2015-01-07 15:08:35 -0500 | |
| commit | 9bf82beb4cbb0b75448a071179c3497187963248 (patch) | |
| tree | c7a99156a6aefb78436c625f1d3170ee4becccd0 /src/common/logging/backend.cpp | |
| parent | Merge pull request #422 from lioncash/bxj (diff) | |
| download | yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.gz yuzu-9bf82beb4cbb0b75448a071179c3497187963248.tar.xz yuzu-9bf82beb4cbb0b75448a071179c3497187963248.zip | |
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Implemented the required calls to make it work.
CoreTiming: Added a new logging class Core_Timing.
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 7ac30ad50..83ebb42d9 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -22,6 +22,7 @@ static std::shared_ptr<Logger> global_logger; | |||
| 22 | SUB(Common, Memory) \ | 22 | SUB(Common, Memory) \ |
| 23 | CLS(Core) \ | 23 | CLS(Core) \ |
| 24 | SUB(Core, ARM11) \ | 24 | SUB(Core, ARM11) \ |
| 25 | SUB(Core, Timing) \ | ||
| 25 | CLS(Config) \ | 26 | CLS(Config) \ |
| 26 | CLS(Debug) \ | 27 | CLS(Debug) \ |
| 27 | SUB(Debug, Emulated) \ | 28 | SUB(Debug, Emulated) \ |