mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-04 04:07:53 -06:00
LLE PadTracker even though it doesn't actually work
This commit is contained in:
parent
6c5c76d46b
commit
7c9e69dd22
@ -565,6 +565,7 @@ void Emulator::LoadSystemModules(const std::string& game_serial) {
|
||||
{"libSceLibcInternal.sprx", &Libraries::LibcInternal::RegisterLib},
|
||||
{"libSceCesCs.sprx", nullptr},
|
||||
{"libSceAudiodec.sprx", nullptr},
|
||||
{"libScePadTracker.sprx", nullptr},
|
||||
{"libSceFont.sprx", &Libraries::Font::RegisterlibSceFont},
|
||||
{"libSceFontFt.sprx", &Libraries::FontFt::RegisterlibSceFontFt},
|
||||
{"libSceFreeTypeOt.sprx", nullptr}});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user