mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Adding some notes about fs_info_class in NtQueryVolumeInformationFile.
This commit is contained in:
parent
06c99ded71
commit
5ac98d2feb
|
|
@ -633,6 +633,12 @@ SHIM_CALL NtQueryVolumeInformationFile_shim(PPCContext* ppc_state,
|
||||||
free(fs_attribute_info);
|
free(fs_attribute_info);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case 2: // FileFsLabelInformation
|
||||||
|
case 3: // FileFsSizeInformation
|
||||||
|
case 4: // FileFsDeviceInformation
|
||||||
|
case 6: // FileFsControlInformation
|
||||||
|
case 7: // FileFsFullSizeInformation
|
||||||
|
case 8: // FileFsObjectIdInformation
|
||||||
default:
|
default:
|
||||||
// Unsupported, for now.
|
// Unsupported, for now.
|
||||||
assert_always();
|
assert_always();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue