From 5ac98d2febf49adecddfc88e0b971f827c3a34dd Mon Sep 17 00:00:00 2001 From: gibbed Date: Fri, 22 May 2015 00:40:50 -0500 Subject: [PATCH] Adding some notes about fs_info_class in NtQueryVolumeInformationFile. --- src/xenia/kernel/xboxkrnl_io.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xenia/kernel/xboxkrnl_io.cc b/src/xenia/kernel/xboxkrnl_io.cc index 4e6723262..00ae2f033 100644 --- a/src/xenia/kernel/xboxkrnl_io.cc +++ b/src/xenia/kernel/xboxkrnl_io.cc @@ -633,6 +633,12 @@ SHIM_CALL NtQueryVolumeInformationFile_shim(PPCContext* ppc_state, free(fs_attribute_info); break; } + case 2: // FileFsLabelInformation + case 3: // FileFsSizeInformation + case 4: // FileFsDeviceInformation + case 6: // FileFsControlInformation + case 7: // FileFsFullSizeInformation + case 8: // FileFsObjectIdInformation default: // Unsupported, for now. assert_always();