mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-28 13:55:14 -06:00
Compilation fix
This commit is contained in:
parent
98aee31c5a
commit
cdf70e0b77
@ -30,7 +30,7 @@ class psv_object_list_t // Class for managing object data
|
||||
|
||||
void error(s32 uid)
|
||||
{
|
||||
throw fmt::format("Invalid UID requested (type=0x%x, uid=0x%x)", type, uid);
|
||||
throw fmt::format("Invalid UID requested (type=0x%x, uid=0x%x)", uid_class, uid);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user