mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12: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;
|
default: return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wait) wait();
|
if (wait != nullptr) wait();
|
||||||
|
|
||||||
if (timeout && counter++ > timeout)
|
if (timeout && counter++ > timeout)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue