tls: Fix linux crash

This commit is contained in:
IndecisiveTurtle 2024-06-29 16:12:04 +03:00 committed by TheTurtle
parent 10ef357f1f
commit 114f06d3f2
2 changed files with 2 additions and 3 deletions

View file

@ -139,7 +139,6 @@ void Emulator::Run(const std::filesystem::path& file) {
}
void Emulator::LoadSystemModules(const std::filesystem::path& file) {
constexpr std::array<SysModules, 6> ModulesToLoad{
{{"libSceNgs2.sprx", nullptr},
{"libSceLibcInternal.sprx", &Libraries::LibcInternal::RegisterlibSceLibcInternal},