mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
atomic.hpp: add atomic_t<bool> specialization
May be required in future, plus adds/hides some methods.
This commit is contained in:
parent
eb66302907
commit
24e4e329ed
6 changed files with 96 additions and 6 deletions
|
|
@ -192,7 +192,7 @@ error_code cellOskDialogLoadAsync(u32 container, vm::ptr<CellOskDialogParam> dia
|
|||
});
|
||||
|
||||
// wait for check callback
|
||||
while (done == false)
|
||||
while (!done)
|
||||
{
|
||||
std::this_thread::yield();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue