mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +00:00
Compilation fix
This commit is contained in:
parent
98aee31c5a
commit
cdf70e0b77
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue