segatools/util
Tau dc082c77eb util/clock.c: Use #define constants
MSVC doesn't allow chaining of const expressions grumble grumble
(need to use constexpr, which is a. an extremely ugly looking
reserved word and b. exclusive to C++)
2018-11-23 18:25:21 -05:00
..
clock.c util/clock.c: Use #define constants 2018-11-23 18:25:21 -05:00
clock.h Combine both clock hooks 2018-11-23 14:23:16 -05:00
crc.c util/crc.c: Add simple CRC-32 implementation 2018-11-20 20:33:17 -05:00
crc.h util/crc.c: Add simple CRC-32 implementation 2018-11-20 20:33:17 -05:00
dprintf.c util/dprintf.c: Add debug printf 2018-11-20 20:33:17 -05:00
dprintf.h util/dprintf.c: Add debug printf 2018-11-20 20:33:17 -05:00
dump.c util/dump.c: Add ASCII view to dump output 2018-11-20 20:33:17 -05:00
dump.h util/dump.c: Add hex pretty-print debug helper 2018-11-20 20:33:17 -05:00
gfx.c Fix non-PCH build 2018-11-23 14:37:42 -05:00
gfx.h util/gfx.c: Add crude D3D9 window hook 2018-11-20 20:33:17 -05:00
meson.build util/spike.c: Add configurable log "spike" injector 2018-11-20 20:33:17 -05:00
setupapi.c util/setupapi.c: Fix calling convention syntax 2018-11-23 18:25:21 -05:00
setupapi.h util/setupapi.c: Add hook for SETUPAPI lib 2018-11-20 20:33:17 -05:00
spike.c util/spike.c: Use different filenames for each DLL 2018-11-20 20:33:17 -05:00
spike.h util/spike.c: Use different filenames for each DLL 2018-11-20 20:33:17 -05:00