mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
remove ref in arg
This commit is contained in:
parent
0afb2a7e22
commit
b6bdac3161
@ -58,7 +58,7 @@ public:
|
||||
modules.push_back({name, IsSystemModule(path), true});
|
||||
}
|
||||
|
||||
static void AddModule(std::string& name) {
|
||||
static void AddModule(std::string name) {
|
||||
name = name + ".prx";
|
||||
std::scoped_lock lock(modules_mutex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user