dummy sysmodule module

This commit is contained in:
georgemoralis 2024-03-30 15:34:01 +02:00
parent 8e8a82a310
commit 94cd3be814
7 changed files with 307 additions and 3 deletions

View file

@ -93,6 +93,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, SaveData) \
SUB(Lib, Http) \
SUB(Lib, Ssl) \
SUB(Lib, SysModule) \
CLS(Frontend) \
CLS(Render) \
SUB(Render, Vulkan) \

View file

@ -58,8 +58,9 @@ enum class Class : u8 {
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.
Lib_Ssl, ///< The LibSceSsl implementation.
Lib_Http, ///< The LibSceHttp implementation.
Lib_SysModule, ///< The LibSceSysModule implementation
Frontend, ///< Emulator UI
Render, ///< Video Core
Render_Vulkan, ///< Vulkan backend