mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
clang format fix
This commit is contained in:
parent
d84dda6c9b
commit
26dd3d464d
1 changed files with 1 additions and 2 deletions
|
@ -217,8 +217,7 @@ void Emulator::LoadSystemModules(const std::filesystem::path& file) {
|
|||
{"libSceJpegEnc.sprx", nullptr},
|
||||
{"libSceFont.sprx", nullptr},
|
||||
{"libSceRazorCpu.sprx", nullptr},
|
||||
{"libSceCesCs.sprx", nullptr}}
|
||||
};
|
||||
{"libSceCesCs.sprx", nullptr}}};
|
||||
|
||||
std::vector<std::filesystem::path> found_modules;
|
||||
const auto& sys_module_path = Common::FS::GetUserPath(Common::FS::PathType::SysModuleDir);
|
||||
|
|
Loading…
Add table
Reference in a new issue