diff options
| author | Liam <byteslice@airmail.cc> | 2022-04-06 14:46:21 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-04-06 20:07:01 -0400 |
| commit | 0cfcee95c7d13d6ea2d7c73c6f1b64a17ceb2aca (patch) | |
| tree | 635c360c4efe908dc0e2187b054b3aa0fbd8d5f6 /src/common/logging/types.h | |
| parent | 37199c5f90728f21f5475e409e2ec93901f2f73b (diff) | |
service: jit: stub JIT service
Diffstat (limited to 'src/common/logging/types.h')
| -rw-r--r-- | src/common/logging/types.h | 1 |
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 |
