mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 19:44:46 +00:00
emulator: Remove nptoolkit
* Not quite supported yet, makes games misbehave
This commit is contained in:
parent
a9e54320b9
commit
54721d7565
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue