summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-17 12:09:12 -0500
committerGitHub <noreply@github.com>2018-01-17 12:09:12 -0500
commit7172ff4d9a42291f1c3b4de3118b339796c36f11 (patch)
tree81d701cd3a236de9f4763b3e6f43cdc426fe7970 /src/common/logging/log.h
parentd92636d424e14002cb44ec3678ffb1192d5e3cc3 (diff)
parentb588cbcb1dd1c4256c6d0011a424af9d888ecb20 (diff)
Merge pull request #62 from bunnei/domain-close-handle
Implement IPC domain command CloseVirtualHandle
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 35b5af3cb..57021037a 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -60,6 +60,7 @@ enum class Class : ClassType {
HW_LCD, ///< LCD register emulation
HW_GPU, ///< GPU control emulation
HW_AES, ///< AES engine emulation
+ IPC, ///< IPC interface
Frontend, ///< Emulator UI
Render, ///< Emulator video output and hardware acceleration
Render_Software, ///< Software renderer backend