mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 01:35:46 +00:00
FS: Support the file Append open mode.
This commit is contained in:
parent
b15d0a65c4
commit
8144364cc2
2 changed files with 23 additions and 2 deletions
|
@ -35,6 +35,7 @@ enum EntryType : u32 {
|
|||
enum class Mode : u32 {
|
||||
Read = 1,
|
||||
Write = 2,
|
||||
Append = 4,
|
||||
};
|
||||
|
||||
class Path {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue