diff --git a/src/common/logging/types.h b/src/common/logging/types.h index 27a87e082..f1eb16488 100644 --- a/src/common/logging/types.h +++ b/src/common/logging/types.h @@ -105,6 +105,8 @@ enum class Class : u8 { Lib_Zlib, ///< The LibSceZlib implementation. Lib_Hmd, ///< The LibSceHmd implementation. Lib_SigninDialog, ///< The LibSigninDialog implementation. + Lib_Font, ///< The libSceFont implementation. + Lib_FontFt, ///< The libSceFontFt implementation. Frontend, ///< Emulator UI Render, ///< Video Core Render_Vulkan, ///< Vulkan backend