diff options
author | bunnei <bunneidev@gmail.com> | 2017-02-25 00:12:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-25 00:12:33 -0500 |
commit | 892888ed9e7c683150493c7c17f567d3c569e62e (patch) | |
tree | fffbfb393fc1da4b6c69a9c0593d2fe8ef9a10a7 /src/common/logging/backend.cpp | |
parent | fb5301cf6e7fd5d9ff2ea28b0ee610a7861146e6 (diff) | |
parent | 261250e3d9f78ead609e010a09d5efbb2694bf17 (diff) |
Merge pull request #2569 from wwylele/wrap-unwrap
APT: implemented Wrap and Unwrap
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 0f03548214..737e1d57fb 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -63,6 +63,7 @@ namespace Log { SUB(HW, Memory) \ SUB(HW, LCD) \ SUB(HW, GPU) \ + SUB(HW, AES) \ CLS(Frontend) \ CLS(Render) \ SUB(Render, Software) \ |