summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, part... Vas Crabb2016-03-251-85/+19
* Fold some redundant code Vas Crabb2016-03-181-70/+17
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-53/+22
* Fix use-after-move Vas Crabb2016-03-151-2/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-80/+70
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-17/+2
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-46/+34
* Add function for flushing file buffers Vas Crabb2016-03-011-4/+16
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-54/+54
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+910