mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
added more dummy modules
This commit is contained in:
@@ -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) \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user