diff options
| author | bunnei <bunneidev@gmail.com> | 2022-04-06 18:34:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-06 18:34:45 -0700 |
| commit | 172137f1a08cf5a702ca6da6ecba0329b10e0ed7 (patch) | |
| tree | dd5f1a3ffbc709e9fa2fd5ad53c24146fc318486 /src/common/logging/types.h | |
| parent | eb8c8db8992b5c5027d172c859e214c722be3b56 (diff) | |
| parent | 0cfcee95c7d13d6ea2d7c73c6f1b64a17ceb2aca (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.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 |
