mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
clang fix
This commit is contained in:
parent
73d60b7e8d
commit
11a3906243
2 changed files with 2 additions and 3 deletions
|
@ -55,8 +55,7 @@ static std::string EncodeId(u64 nVal) {
|
|||
return enc;
|
||||
}
|
||||
|
||||
Module::Module(Core::MemoryManager* memory_,
|
||||
const std::filesystem::path& file_, u32& max_tls_index)
|
||||
Module::Module(Core::MemoryManager* memory_, const std::filesystem::path& file_, u32& max_tls_index)
|
||||
: memory{memory_}, file{file_}, name{file.stem().string()} {
|
||||
elf.Open(file);
|
||||
if (elf.IsElfFile()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue