mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Demote PRX export already loaded error
This commit is contained in:
parent
820e692e57
commit
ee8cd82e9d
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ static auto ppu_load_exports(ppu_linkage_info* link, u32 exports_start, u32 expo
|
||||||
|
|
||||||
if (flink.export_addr)
|
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
|
//else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue