Files
Main/support
David Holm 0a0341bf81 file_io, DiskImage, sharpmz: Replace fd with FILE*
Replace file descriptor with a file stream in preparation for supporting
zipped files.

The API to miniz requires the use of file streams and since a file
descriptor can easily be extracted from a stream using `fileno` it's
much more convenient to use file streams everywhere.
2019-01-09 20:58:29 +01:00
..
2019-01-08 10:08:02 +08:00
2019-01-08 10:08:02 +08:00
2018-12-23 02:51:28 +08:00
2019-01-08 10:08:02 +08:00
2019-01-08 10:08:02 +08:00