From 0cfcee95c7d13d6ea2d7c73c6f1b64a17ceb2aca Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 6 Apr 2022 14:46:21 -0400 Subject: service: jit: stub JIT service --- src/common/logging/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/types.h') 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 -- cgit v1.2.3