mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +00:00
clang
This commit is contained in:
parent
6b5b68b56d
commit
b51ce7c447
@ -331,7 +331,6 @@ bool Linker::Resolve(const std::string& name, Loader::SymbolType sym_type, Modul
|
||||
sr.module_version_minor = module->version_minor;
|
||||
sr.type = sym_type;
|
||||
|
||||
|
||||
const auto* record = m_hle_symbols.FindSymbol(sr);
|
||||
if (record) {
|
||||
*return_info = *record;
|
||||
|
Loading…
Reference in New Issue
Block a user