Update types.h

This commit is contained in:
georgemoralis 2025-05-10 13:49:49 +03:00 committed by GitHub
parent 54efdf68b7
commit 058a3e1308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,6 +105,8 @@ enum class Class : u8 {
Lib_Zlib, ///< The LibSceZlib implementation. Lib_Zlib, ///< The LibSceZlib implementation.
Lib_Hmd, ///< The LibSceHmd implementation. Lib_Hmd, ///< The LibSceHmd implementation.
Lib_SigninDialog, ///< The LibSigninDialog implementation. Lib_SigninDialog, ///< The LibSigninDialog implementation.
Lib_Font, ///< The libSceFont implementation.
Lib_FontFt, ///< The libSceFontFt implementation.
Frontend, ///< Emulator UI Frontend, ///< Emulator UI
Render, ///< Video Core Render, ///< Video Core
Render_Vulkan, ///< Vulkan backend Render_Vulkan, ///< Vulkan backend