xenia-canary/src/xenia/vfs
gibbed cf0251cd9f [Kernel/VFS] Cleanup info query/set+sector size.
[VFS] Device now exposes name, attributes, component name max length.
[VFS] Fix STFS device to return 0x200 sector size. XCTD compression
      userland code appears to always expect a sector size of 0x200.
[Kernel] Move X_FILE_*_INFORMATION structs to new files.
[Kernel] Move NtQueryInformationFile, NtSetInformationFile,
         NtQueryVolumeInformationFile to new file.
[Kernel] Cleanup implementation of NtQueryInformationFile,
         NetSetInformationFile, NtQueryVolumeInformationFile.
[Kernel] Properly validate arguments to NtQueryInformationFile,
         NetSetInformationFile, NtQueryVolumeInformationFile.
[Kernel] Properly implement query of XFileFsVolumeInformation.
[Kernel] Properly implement query of XFileFsSizeInformation.
[Kernel] Properly implement query of XFileFsAttributeInformation.
2020-04-20 16:08:02 -05:00
..
devices [Kernel/VFS] Cleanup info query/set+sector size. 2020-04-20 16:08:02 -05:00
device.cc C++17ification. 2020-04-07 16:09:41 -05:00
device.h [Kernel/VFS] Cleanup info query/set+sector size. 2020-04-20 16:08:02 -05:00
entry.cc [Kernel/VFS] Specify root entry to open from + cleanup. 2020-04-20 01:14:07 -05:00
entry.h [Kernel/VFS] Specify root entry to open from + cleanup. 2020-04-20 01:14:07 -05:00
file.h [Kernel] Add support for XFileEndOfFileInformation. 2018-05-23 04:24:37 -05:00
premake5.lua C++17ification. 2020-04-07 16:09:41 -05:00
vfs_dump.cc filesystem: use std for CreateFolder 2020-04-09 09:44:48 -05:00
virtual_file_system.cc [Kernel/VFS] Specify root entry to open from + cleanup. 2020-04-20 01:14:07 -05:00
virtual_file_system.h [Kernel/VFS] Specify root entry to open from + cleanup. 2020-04-20 01:14:07 -05:00