[Libs] Camera (#2902)

* stubbed camera lib

* function definations

* added error codes
This commit is contained in:
georgemoralis 2025-05-11 19:03:55 +03:00 committed by GitHub
parent afcf3a12a3
commit ff1339b0b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 864 additions and 0 deletions

View file

@ -138,6 +138,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, Zlib) \
SUB(Lib, Hmd) \
SUB(Lib, SigninDialog) \
SUB(Lib, Camera) \
CLS(Frontend) \
CLS(Render) \
SUB(Render, Vulkan) \

View file

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