dolphin/Source/Core
Niels Boehm 56158ca176 Replace MMU mask tests with dedicated function.
The efficient function (that is nearly the same as
https://graphics.stanford.edu/~seander/bithacks.html#DetermineIfPowerOf2)
replaces one loop based instance (which also reused the xx variable
afterwards, whereas it should have used htabmask instead) and one
instance using the population count a.k.a. Hamming weigth.
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 Replace MMU mask tests with dedicated function. 2017-06-22 20:22:53 +02: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