mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
SC_FUNC improved (faster compilation)
This commit is contained in:
parent
82781e620a
commit
096fc86f17
4 changed files with 84 additions and 64 deletions
|
@ -416,7 +416,7 @@ namespace loader
|
|||
|
||||
if (!module)
|
||||
{
|
||||
LOG_WARNING(LOADER, "Unknown module '%s' in '%s' library", m.first.c_str(), info.name.c_str());
|
||||
LOG_ERROR(LOADER, "Unknown module '%s' in '%s' library", m.first.c_str(), info.name.c_str());
|
||||
}
|
||||
|
||||
for (auto& f : m.second.exports)
|
||||
|
@ -680,7 +680,7 @@ namespace loader
|
|||
|
||||
if (!module)
|
||||
{
|
||||
LOG_WARNING(LOADER, "Unknown module '%s'", module_name.c_str());
|
||||
LOG_ERROR(LOADER, "Unknown module '%s'", module_name.c_str());
|
||||
}
|
||||
|
||||
for (u32 i = 0; i < stub->s_imports; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue