summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-07-18 23:25:07 -0400
committerGravatar Lioncash2018-07-18 23:45:22 -0400
commit9abc5763b6ade0f3e7e6b3542f45bb867a634bba (patch)
tree57cd9eb533d76cd5c9271863b6d37a6f61d83089 /src/core/hle/kernel/thread.cpp
parentMerge pull request #691 from lioncash/guard (diff)
downloadyuzu-9abc5763b6ade0f3e7e6b3542f45bb867a634bba.tar.gz
yuzu-9abc5763b6ade0f3e7e6b3542f45bb867a634bba.tar.xz
yuzu-9abc5763b6ade0f3e7e6b3542f45bb867a634bba.zip
partition_filesystem: Ensure all class members of PartitionFilesystem are initialized
Previously is_hfs and pfs_header members wouldn't be initialized in the constructor, as they were stored in locals instead. This would result in things like GetName() and PrintDebugInfo() behaving incorrectly. While we're at it, initialize the members to deterministic values as well, in case loading ever fails.
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
0 files changed, 0 insertions, 0 deletions