atomic.hpp: add atomic_t<bool> specialization

May be required in future, plus adds/hides some methods.
This commit is contained in:
Nekotekina 2020-12-06 16:32:56 +03:00
parent eb66302907
commit 24e4e329ed
6 changed files with 96 additions and 6 deletions

View file

@ -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();
}