dolphin-emulator/Source/Core
Niels Boehm df82adca43 Add function testing whether a bitmask is valid.
This one verifies bitmasks where low bits are set to 1 (hence the name).
Any stray 0 among the lower ones or any stray 1 among the higher zeros
renders the mask invalid.

The edge cases of all zeros and all ones are considered valid masks.

It uses an efficient implementation. It's the counterpart of
https://graphics.stanford.edu/~seander/bithacks.html#DetermineIfPowerOf2
2017-06-22 20:22:53 +02:00
..
AudioCommon Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Common Add function testing whether a bitmask is valid. 2017-06-22 20:22:53 +02:00
Core Merge pull request #5650 from leoetlino/check-contents 2017-06-21 20:13:44 -07:00
DiscIO NANDImporter: Improve certificate extraction 2017-06-19 01:23:58 -06:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Qt: Remove the warning in the settings window 2017-06-20 18:58:47 -06:00
DolphinWX WX: Use std::future for checking disc integrity 2017-06-21 11:08:07 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon Allow the user to ignore signature issues during WAD import 2017-06-16 16:17:38 +02:00
VideoBackends AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
VideoCommon AbstractTexture: Return config by const reference 2017-06-18 23:38:42 -04:00
CMakeLists.txt