yuzu/src
Lioncash 9abc5763b6 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.
2018-07-18 23:45:22 -04:00
..
common Merge pull request #686 from lioncash/fmt 2018-07-18 19:44:44 -07:00
core partition_filesystem: Ensure all class members of PartitionFilesystem are initialized 2018-07-18 23:45:22 -04:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
video_core Merge pull request #687 from lioncash/instance 2018-07-18 18:55:58 -07:00
yuzu Merge pull request #684 from lioncash/nonmember 2018-07-18 18:55:00 -07:00
yuzu_cmd settings: Turn docked mode off by default. 2018-07-17 22:52:25 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00