summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar wwylele2017-01-01 14:58:02 +0200
committerGravatar wwylele2017-02-21 23:57:31 +0200
commitea1ea0224c04753402e0b6472080f0c5d90a7a46 (patch)
treed6823e52d913418d63ec3f0b7ed12eb763a98899 /src/common/logging/log.h
parentMerge pull request #2562 from yuriks/pica-refactor3 (diff)
downloadyuzu-ea1ea0224c04753402e0b6472080f0c5d90a7a46.tar.gz
yuzu-ea1ea0224c04753402e0b6472080f0c5d90a7a46.tar.xz
yuzu-ea1ea0224c04753402e0b6472080f0c5d90a7a46.zip
HW: add AES engine & implement AES-CCM
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 4330ef879..a590d39ff 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -79,6 +79,7 @@ enum class Class : ClassType {
79 HW_Memory, ///< Memory-map and address translation 79 HW_Memory, ///< Memory-map and address translation
80 HW_LCD, ///< LCD register emulation 80 HW_LCD, ///< LCD register emulation
81 HW_GPU, ///< GPU control emulation 81 HW_GPU, ///< GPU control emulation
82 HW_AES, ///< AES engine emulation
82 Frontend, ///< Emulator UI 83 Frontend, ///< Emulator UI
83 Render, ///< Emulator video output and hardware acceleration 84 Render, ///< Emulator video output and hardware acceleration
84 Render_Software, ///< Software renderer backend 85 Render_Software, ///< Software renderer backend