forked from dolphin-emu/dolphin
This merges two atomic<bool> into one atomic<int>. We did move the bit from one bool to another, now we can use operator--.
6.2 KiB
6.2 KiB
This merges two atomic<bool> into one atomic<int>. We did move the bit from one bool to another, now we can use operator--.