added more dummy modules

This commit is contained in:
georgemoralis 2024-03-29 23:25:52 +02:00
parent 2d0414c365
commit b36df1383a
14 changed files with 5500 additions and 0 deletions

View file

@ -88,6 +88,11 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, CommonDlg) \
SUB(Lib, MsgDlg) \
SUB(Lib, AudioOut) \
SUB(Lib, Net) \
SUB(Lib, NetCtl) \
SUB(Lib, SaveData) \
SUB(Lib, Http) \
SUB(Lib, Ssl) \
CLS(Frontend) \
CLS(Render) \
SUB(Render, Vulkan) \

View file

@ -55,6 +55,11 @@ enum class Class : u8 {
Lib_CommonDlg, ///< The LibSceCommonDialog implementation.
Lib_MsgDlg, ///< The LibSceMsgDialog implementation.
Lib_AudioOut, ///< The LibSceAudioOut implementation.
Lib_Net, ///< The LibSceNet implementation.
Lib_NetCtl, ///< The LibSecNetCtl implementation.
Lib_SaveData, ///< The LibSceSaveData implementation.
Lib_Ssl, ///< The LibSsl implementation.
Lib_Http, ///< The LibHttp implementation.
Frontend, ///< Emulator UI
Render, ///< Video Core
Render_Vulkan, ///< Vulkan backend