mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Demote PRX export already loaded error
This commit is contained in:
parent
820e692e57
commit
ee8cd82e9d
@ -789,7 +789,7 @@ static auto ppu_load_exports(ppu_linkage_info* link, u32 exports_start, u32 expo
|
||||
|
||||
if (flink.export_addr)
|
||||
{
|
||||
ppu_loader.error("Already linked function '%s' in module '%s'", ppu_get_function_name(module_name, fnid), module_name);
|
||||
ppu_loader.notice("Already linked function '%s' in module '%s'", ppu_get_function_name(module_name, fnid), module_name);
|
||||
}
|
||||
//else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user