aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging/types.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-04-06 18:34:45 -0700
committerGitHub <noreply@github.com>2022-04-06 18:34:45 -0700
commit172137f1a08cf5a702ca6da6ecba0329b10e0ed7 (patch)
treedd5f1a3ffbc709e9fa2fd5ad53c24146fc318486 /src/common/logging/types.h
parenteb8c8db8992b5c5027d172c859e214c722be3b56 (diff)
parent0cfcee95c7d13d6ea2d7c73c6f1b64a17ceb2aca (diff)
Merge pull request #8164 from liamwhite/jit-stub
service: jit: stub JIT service
Diffstat (limited to 'src/common/logging/types.h')
-rw-r--r--src/common/logging/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/types.h b/src/common/logging/types.h
index f803ab796..99c15fa96 100644
--- a/src/common/logging/types.h
+++ b/src/common/logging/types.h
@@ -69,6 +69,7 @@ enum class Class : u8 {
Service_GRC, ///< The game recording service
Service_HID, ///< The HID (Human interface device) service
Service_IRS, ///< The IRS service
+ Service_JIT, ///< The JIT service
Service_LBL, ///< The LBL (LCD backlight) service
Service_LDN, ///< The LDN (Local domain network) service
Service_LDR, ///< The loader service