dingusppc/utils
Mihai Parparita 08fa2f887d Make ImgFile ignore operations before the file is opened
Before f65f9b9845 this would happen
automatically (since the stream member was always valid). It's now a
unique_ptr that's only initialized when the file is opened, so we need
to add guards for all the operations.
2024-11-25 22:37:37 +01:00
..
CMakeLists.txt Make ImgFile ignore operations before the file is opened 2024-11-25 22:37:37 +01:00
imgfile_sdl.cpp Make ImgFile ignore operations before the file is opened 2024-11-25 22:37:37 +01: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