dingusppc/utils
Mihai Parparita 38669fd83b Switch ImgFile to using uint64_t explicitly
size_t and off_t are 32-bit values in Emscripten, which causes issues
with disk images larger than 4GB. Use the explicit type (which is more
consistent with the rest of the codebase anyway).
2024-07-22 21:48:57 -07:00
..
CMakeLists.txt Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
imgfile_sdl.cpp Switch ImgFile to using uint64_t explicitly 2024-07-22 21:48:57 -07:00
imgfile.h Switch ImgFile to using uint64_t explicitly 2024-07-22 21:48:57 -07:00
profiler.cpp Add instruction counters to CPU profiler 2024-06-14 19:55:42 +02:00
profiler.h Add instruction counters to CPU profiler 2024-06-14 19:55:42 +02:00