dolphin/Source/UnitTests
Lioncash 0a6f0dfb74 Common: Add bit utility header
This attempts to make some bit arithmetic more self-documenting and also
make it easier during review to identify potential off-by-one errors by
making it possible to just specify which bits are being extracted.

Functions both support the case where bits being extracted can vary and
fixed bit extraction. In the case the bits are fixed, compile-time asserts
are present to prevent accidental API usage at compile-time.

e.g. Instead of shifting and masking to get bits 10 to 15,
Common::ExtractBits<10, 15>(value) can just be done instead.
2017-01-14 11:16:02 -05:00
..
Common Common: Add bit utility header 2017-01-14 11:16:02 -05:00
Core Add the g_ prefix to the jit global 2017-01-07 23:19:49 +01:00
TestUtils BlockingLoop: Yield to UI message pump while waiting. 2016-11-11 13:37:02 +01:00
VideoCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CMakeLists.txt Android: Update the gradle file to use android studio 2.2 cmake. 2016-10-05 23:44:10 +02:00
UnitTests.vcxproj Implement experimental Vulkan backend 2016-10-01 02:40:01 +10:00
UnitTests.vcxproj.user msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00