From 54721d756540110cf8bb568702114bb6f0da8d95 Mon Sep 17 00:00:00 2001 From: IndecisiveTurtle <47210458+raphaelthegreat@users.noreply.github.com> Date: Sat, 15 Jun 2024 23:58:03 +0300 Subject: [PATCH] emulator: Remove nptoolkit * Not quite supported yet, makes games misbehave --- src/emulator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index d43fabbe7..2da7513bb 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -106,7 +106,6 @@ void Emulator::Run(const std::filesystem::path& file) { entry.path().filename() == "libSceFios2.prx" || entry.path().filename() == "libSceAudioLatencyEstimation.prx" || entry.path().filename() == "libSceJobManager.prx" || - entry.path().filename() == "libSceNpToolkit2.prx" || entry.path().filename() == "libSceS3DConversion.prx") { found = true; LOG_INFO(Loader, "Loading {}", entry.path().string().c_str());