dingusppc/core
joevt 7fc92e236b Fix extract_bits and insert_bits.
(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.
2024-03-02 06:54:58 -07:00
..
bitops.h Fix extract_bits and insert_bits. 2024-03-02 06:54:58 -07:00
CMakeLists.txt Make Emscripten build not depend on SDL2 or cubeb 2023-10-25 22:25:53 -07:00
coresignal.h Add new CoreSignal class. 2023-07-27 02:38:21 +02:00
hostevents_sdl.cpp Fixing typos 2023-12-01 14:04:26 -07:00
hostevents.h Started work on keyboard input 2023-08-01 22:43:11 -07:00
mathutils.h Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
timermanager.cpp timermanager: support for timers that expire immediately. 2023-11-15 19:01:54 +01:00
timermanager.h timermanager: support for timers that expire immediately. 2023-11-15 19:01:54 +01:00