mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 05:07:56 -05:00
vfs: Fix documentation
This commit is contained in:
@ -31,8 +31,8 @@ enum class VfsEntryType {
|
||||
Directory,
|
||||
};
|
||||
|
||||
// A class representing an abstract filesystem. A default implementation given the root VirtualDir is
|
||||
// provided for convenience, but if the Vfs implementation has any additional state or
|
||||
// A class representing an abstract filesystem. A default implementation given the root VirtualDir
|
||||
// is provided for convenience, but if the Vfs implementation has any additional state or
|
||||
// functionality, they will need to override.
|
||||
struct VfsFilesystem : NonCopyable {
|
||||
VfsFilesystem(VirtualDir root);
|
||||
|
Reference in New Issue
Block a user