clang format fix

This commit is contained in:
georgemoralis 2024-09-04 23:55:47 +03:00
parent d84dda6c9b
commit 26dd3d464d

View file

@ -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);