mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Warning fix
This commit is contained in:
parent
0dfbb5de73
commit
cb9c1030a9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public:
|
|||
default: return res;
|
||||
}
|
||||
|
||||
if (wait) wait();
|
||||
if (wait != nullptr) wait();
|
||||
|
||||
if (timeout && counter++ > timeout)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue