mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🎨Separate read-only filesystems from identify-only filesystem interfaces.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
{
|
||||
// All information by Natalia Portillo
|
||||
// Variable names from Lisa API
|
||||
public partial class LisaFS : IFilesystem
|
||||
public partial class LisaFS : IReadOnlyFilesystem
|
||||
{
|
||||
IMediaImage device;
|
||||
Encoding currentEncoding;
|
||||
|
||||
Reference in New Issue
Block a user