mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
clang format fix
This commit is contained in:
parent
d84dda6c9b
commit
26dd3d464d
@ -217,8 +217,7 @@ void Emulator::LoadSystemModules(const std::filesystem::path& file) {
|
|||||||
{"libSceJpegEnc.sprx", nullptr},
|
{"libSceJpegEnc.sprx", nullptr},
|
||||||
{"libSceFont.sprx", nullptr},
|
{"libSceFont.sprx", nullptr},
|
||||||
{"libSceRazorCpu.sprx", nullptr},
|
{"libSceRazorCpu.sprx", nullptr},
|
||||||
{"libSceCesCs.sprx", nullptr}}
|
{"libSceCesCs.sprx", nullptr}}};
|
||||||
};
|
|
||||||
|
|
||||||
std::vector<std::filesystem::path> found_modules;
|
std::vector<std::filesystem::path> found_modules;
|
||||||
const auto& sys_module_path = Common::FS::GetUserPath(Common::FS::PathType::SysModuleDir);
|
const auto& sys_module_path = Common::FS::GetUserPath(Common::FS::PathType::SysModuleDir);
|
||||||
|
Loading…
Reference in New Issue
Block a user