diff options
author | 2016-03-25 15:25:30 +1100 | |
---|---|---|
committer | 2016-03-25 15:25:30 +1100 | |
commit | 54279dbf114090e67ff391fce878a9c2d3af466f (patch) | |
tree | 63c93c6ebcf1b82e2cdc59260a8018bf1fef9ae8 /src/emu/fileio.h | |
parent | f5d8ff8f4396c1f6cadc2522fe98d3b4fb1cce7f (diff) |
Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, partial path and fold some redundant code
Diffstat (limited to 'src/emu/fileio.h')
-rw-r--r-- | src/emu/fileio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/fileio.h b/src/emu/fileio.h index a29372f071d..e71934ea22a 100644 --- a/src/emu/fileio.h +++ b/src/emu/fileio.h @@ -145,7 +145,6 @@ private: // internal helpers osd_file::error attempt_zipped(); - osd_file::error attempt__7zped(); osd_file::error load_zipped_file(); // internal state |