mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Fix cond_variable timeout
Thanks @Farseer2 for debugging
This commit is contained in:
parent
223f17ac7e
commit
c58738807e
3 changed files with 7 additions and 4 deletions
|
@ -47,4 +47,6 @@ public:
|
|||
imp_wake(-1);
|
||||
}
|
||||
}
|
||||
|
||||
static constexpr u64 max_timeout = u64{UINT32_MAX} / 1000 * 1000000;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue