142 Commits

Author SHA1 Message Date
57bda701f2 Implement ReadDirectoryEntry in winfsp. 2020-09-03 17:39:23 +01:00
59194499b6 Use class for file node information in winfsp. 2020-09-03 16:58:34 +01:00
70e379a62c Implement getfileinfo in winfsp. 2020-09-03 02:45:41 +01:00
763e3dbef7 Implement read in winfsp. 2020-09-03 02:43:37 +01:00
92956b60eb Implement close in winfsp. 2020-09-03 02:39:10 +01:00
b6ceb7f43d Implement open in winfsp. 2020-09-03 02:36:26 +01:00
9ce3f2213e Move reading root directory to VFS. 2020-09-03 01:58:08 +01:00
5229b88074 Move opening, reading and closing files to VFS. 2020-09-03 01:54:56 +01:00
b4c7570492 Move getting files to VFS. 2020-09-03 01:42:18 +01:00
ff9c5cac19 Move getting machines to VFS. 2020-09-03 01:25:06 +01:00
0c0b519072 Move root directory cache to VFS. 2020-09-03 00:58:07 +01:00
4e01e5ebf1 Move path splitting to VFS. 2020-09-03 00:39:05 +01:00
9703a2210b Implement GetVolumeInfo in winfsp. 2020-09-03 00:14:11 +01:00
ab91dbe6cd Implement winfsp writing functions (to return read-only error). 2020-09-02 23:52:38 +01:00
1f869f34ad Add mount and umount functions for winfsp implementation. 2020-09-02 16:53:21 +01:00
b1dd940d00 Allow to umount VFS. 2020-09-01 11:54:16 +01:00
b1fcf40945 Add winfsp library. 2020-08-30 14:22:41 +01:00
8637bfe63f Add spanish translation. 2020-08-30 03:28:51 +01:00
9daf59f78e Move strings to resources. 2020-08-30 03:00:14 +01:00
8e3b5fee6a Detect if FUSE is available before allowing to use it for VFS. 2020-08-29 18:23:53 +01:00
ddc974a610 If file is detected as an archive check if it is a FAT disk.
The Unarchiver detects disk images containing a single archive as the archive as part of their skipping of the self-extracting code.
2020-08-29 17:56:17 +01:00
ab24e61b3d Update Mono.Fuse.NETStandard version, fixes listing xattrs. 2020-08-29 17:25:26 +01:00
ac74986cbc Add virtual filesystem for FUSE supported platforms. 2020-08-26 01:46:02 +01:00
09ca223f02 Add option to export ROMs as ZIP files. 2020-08-24 23:27:03 +01:00
ec2717c73a Add exporting DAT files. 2020-08-24 04:01:55 +01:00
90f9152e0f Add option to remove ROM set. 2020-08-24 02:29:07 +01:00
3d87c2e778 Add statistics to list of rom sets. 2020-08-24 01:57:15 +01:00
86b63e5e31 Add support to import files from archives. 2020-08-24 01:17:20 +01:00
c0c8f8f5e1 Move all rom import code to Core. 2020-08-23 22:17:49 +01:00
8f289e3939 Check if The Unarchiver is usable. 2020-08-23 21:21:55 +01:00
b698e75739 Implement importing files from folder. 2020-08-23 20:10:38 +01:00
24256660bc Implement settings. 2020-08-22 21:19:34 +01:00
131b32a3dc Add files information from DAT to database. 2020-08-22 17:44:19 +01:00
9323b48e43 Add machines (games) to database. 2020-08-22 14:20:59 +01:00
f86ec49c11 Update list of ROM sets when adding a new DAT. 2020-08-22 13:44:40 +01:00
94e7c9af84 Move models to core. 2020-08-22 13:36:39 +01:00
05221765e2 Use BASE32. 2020-08-22 12:39:04 +01:00
7fb2281908 Ensure checksumming a file is read-only. 2020-08-22 12:37:41 +01:00
3b0feee452 Save dat file in database. 2020-08-22 05:40:50 +01:00
25dd3f4921 Hash and compress DAT file on import. 2020-08-22 05:14:52 +01:00
eb26146301 Parse DAT files. 2020-08-22 04:40:39 +01:00
b36737f7f9 Add settings. 2020-08-22 01:06:14 +01:00