mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -06:00
Restored support for loading the libSceAudiodec system module
This commit is contained in:
parent
a6484150bf
commit
f11e374fc8
@ -529,7 +529,8 @@ void Emulator::LoadSystemModules(const std::string& game_serial) {
|
||||
{"libSceJson.sprx", nullptr},
|
||||
{"libSceJson2.sprx", nullptr},
|
||||
{"libSceLibcInternal.sprx", &Libraries::LibcInternal::RegisterLib},
|
||||
{"libSceCesCs.sprx", nullptr}});
|
||||
{"libSceCesCs.sprx", nullptr},
|
||||
{"libSceAudiodec.sprx", nullptr}});
|
||||
|
||||
std::vector<std::filesystem::path> found_modules;
|
||||
const auto& sys_module_path = Config::getSysModulesPath();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user