mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
7fc92e236b
(1 << len) is actually 1 when len is (sizeof(T)*8) so we need to special case that. len is usually constant so the compare won't be compiled. |
||
---|---|---|
.. | ||
bitops.h | ||
CMakeLists.txt | ||
coresignal.h | ||
hostevents_sdl.cpp | ||
hostevents.h | ||
mathutils.h | ||
timermanager.cpp | ||
timermanager.h |