mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
fix compiler warning
This commit is contained in:
parent
4effcede9f
commit
73db776d83
@ -21,7 +21,7 @@ public:
|
||||
void Draw();
|
||||
bool open = false;
|
||||
|
||||
bool ModuleList::IsSystemModule(const std::filesystem::path& path) {
|
||||
bool IsSystemModule(const std::filesystem::path& path) {
|
||||
|
||||
const auto sys_modules_path = Common::FS::GetUserPath(Common::FS::PathType::SysModuleDir);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user