diff options
author | bunnei <bunneidev@gmail.com> | 2015-03-10 23:08:55 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-03-10 23:08:55 +0100 |
commit | b56829df020a81248dd04688ff2b307f3444a09f (patch) | |
tree | 24a438627339b2d506e659adfa0873cdf037852a /src/common/logging/backend.cpp | |
parent | Merge pull request #649 from lioncash/clean (diff) | |
parent | Added LCD registers, and implementation for color filling in OGL code. (diff) | |
download | yuzu-b56829df020a81248dd04688ff2b307f3444a09f.tar yuzu-b56829df020a81248dd04688ff2b307f3444a09f.tar.gz yuzu-b56829df020a81248dd04688ff2b307f3444a09f.tar.bz2 yuzu-b56829df020a81248dd04688ff2b307f3444a09f.tar.lz yuzu-b56829df020a81248dd04688ff2b307f3444a09f.tar.xz yuzu-b56829df020a81248dd04688ff2b307f3444a09f.tar.zst yuzu-b56829df020a81248dd04688ff2b307f3444a09f.zip |
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 7b479b569..649640e72 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -45,6 +45,7 @@ static std::shared_ptr<Logger> global_logger; SUB(Service, SOC) \ CLS(HW) \ SUB(HW, Memory) \ + SUB(HW, LCD) \ SUB(HW, GPU) \ CLS(Frontend) \ CLS(Render) \ |