added app_content module

This commit is contained in:
georgemoralis 2024-05-31 15:03:05 +03:00
parent f292f551ae
commit 323e66f765
6 changed files with 354 additions and 0 deletions

View file

@ -101,6 +101,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Lib, NpTrophy) \
SUB(Lib, Screenshot) \
SUB(Lib, LibCInternal) \
SUB(Lib, AppContent) \
CLS(Frontend) \
CLS(Render) \
SUB(Render, Vulkan) \

View file

@ -68,6 +68,7 @@ enum class Class : u8 {
Lib_NpTrophy, ///< The LibSceNpTrophy implementation
Lib_Screenshot, ///< The LibSceScreenshot implementation
Lib_LibCInternal, ///< The LibCInternal implementation.
Lib_AppContent, ///< The LibSceAppContent implementation.
Frontend, ///< Emulator UI
Render, ///< Video Core
Render_Vulkan, ///< Vulkan backend