mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
WRAP_EXPR macro removed
This commit is contained in:
parent
dafb6b5c92
commit
dbcb5df172
9 changed files with 30 additions and 30 deletions
|
|
@ -49,7 +49,7 @@ namespace vm
|
|||
};
|
||||
|
||||
// Wait until thread == nullptr
|
||||
waiter{this}, thread_ctrl::wait(WRAP_EXPR(!thread || test()));
|
||||
waiter{this}, thread_ctrl::wait([&] { return !thread || test(); });
|
||||
}
|
||||
|
||||
bool waiter_base::try_notify()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue