mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
added more dummy modules
This commit is contained in:
parent
2d0414c365
commit
b36df1383a
14 changed files with 5500 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue