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

@ -27,6 +27,7 @@
#include "core/libraries/system/systemservice.h"
#include "core/libraries/system/userservice.h"
#include "core/libraries/videoout/video_out.h"
#include "core/libraries/app_content/app_content.h"
namespace Libraries {
@ -59,6 +60,7 @@ void InitHLELibs(Core::Loader::SymbolsResolver* sym) {
Libraries::NpTrophy::RegisterlibSceNpTrophy(sym);
Libraries::ScreenShot::RegisterlibSceScreenShot(sym);
Libraries::LibcInternal::RegisterlibSceLibcInternal(sym);
Libraries::AppContent::RegisterlibSceAppContent(sym);
}
} // namespace Libraries