stubbed webbrowserdialog,npparty (#2234)

* stubbed webbrowserdialog,npparty

* added poly's suggestions
This commit is contained in:
georgemoralis 2025-01-24 19:22:06 +02:00 committed by GitHub
parent 4f426b723f
commit a4eba8e827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 393 additions and 0 deletions

View file

@ -131,6 +131,8 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, Videodec) \
SUB(Lib, RazorCpu) \
SUB(Lib, Mouse) \
SUB(Lib, WebBrowserDialog) \
SUB(Lib, NpParty) \
CLS(Frontend) \
CLS(Render) \
SUB(Render, Vulkan) \

View file

@ -98,6 +98,8 @@ enum class Class : u8 {
Lib_Videodec, ///< The LibSceVideodec implementation.
Lib_RazorCpu, ///< The LibRazorCpu implementation.
Lib_Mouse, ///< The LibSceMouse implementation
Lib_WebBrowserDialog, ///< The LibSceWebBrowserDialog implementation
Lib_NpParty, ///< The LibSceNpParty implementation
Frontend, ///< Emulator UI
Render, ///< Video Core
Render_Vulkan, ///< Vulkan backend