mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented missing methods, for full MFS read-only support.
This commit is contained in:
@@ -41,7 +41,12 @@ namespace DiscImageChef.Filesystems.AppleMFS
|
||||
|
||||
const short DIRID_TRASH = -3;
|
||||
const short DIRID_DESKTOP = -2;
|
||||
const short DIRID_TEMPLATE = -1;
|
||||
const short DIRID_ROOT = 0;
|
||||
|
||||
const int BMAP_FREE = 0;
|
||||
const int BMAP_LAST = 1;
|
||||
const int BMAP_DIR = 0xFFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user