dolphin/Source/Core
degasus bfa61105d5 Common: Update BlockingLoop to only use one atomic.
This merges two atomic<bool> into one atomic<int>.
We did move the bit from one bool to another, now we can use operator--.
2015-05-30 12:58:09 +02:00
..
AudioCommon Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Common Common: Update BlockingLoop to only use one atomic. 2015-05-30 12:58:09 +02:00
Core Fifo: Extract syncing loop 2015-05-30 12:58:09 +02:00
DiscIO Volume: Mark ReadWiiNames parameter as const 2015-05-29 20:19:11 +02:00
DolphinQt Merge pull request #2390 from darkengine-io/new-qt 2015-05-25 23:45:21 -04:00
DolphinWX Fix adding additional Disc 2 to certain multi-disc games 2015-05-27 11:08:57 -04:00
InputCommon Pass strings by const reference where possible 2015-05-28 20:54:55 -04:00
UICommon Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
VideoBackends OGL: Always use sampler objects. 2015-05-29 14:03:03 +02:00
VideoCommon Common: Update BlockingLoop to only use one atomic. 2015-05-30 12:58:09 +02:00
CMakeLists.txt