mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-26 15:44:03 +01:00
If an error occurs when constructing the PartitionFilesystem instance, the constructor would be exited early, which wouldn't initialize the extracted data member, making it possible for other code to perform an uninitialized read by calling the public IsExtractedType() member function. This prevents that.