index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
bis_factory.cpp
Age
Commit message (
Expand
)
Author
2024-01-25
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2020-09-16
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-10
bis_factory: Set User NAND free space to be 1 MiB less than total.
Morph
2020-07-10
bis_factory: Use hardware default NAND partition sizes
Morph
2020-07-01
key_manager: Correct casing of instance()
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-09-30
filesystem: Add getter for BCAT temporary directory
Zach Hilman
2019-09-21
bis_factory: Add getters for NAND partition sizes
Zach Hilman
2019-09-21
bis_factory: Fix mod loader edge-case with homebrew title IDs
Zach Hilman
2019-09-21
bis_factory: Add accessors for BIS placeholder caches
Zach Hilman
2019-09-21
bis_factory: Add accessor for NAND Image Directory
Zach Hilman
2019-09-21
bis_factory: Add accessors for BIS content directories
Zach Hilman
2019-09-21
bis_factory: Add accessors for BIS partitions
Zach Hilman
2018-10-29
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
bis_factory: Add mod directory VFS getter
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
vfs: Add GetOrCreateDirectoryRelative method
Zach Hilman
2018-08-11
bis_factory: Create NAND dirs if they don't exist
Zach Hilman
2018-08-11
bis_factory: Add partial implementation of BISFactory
Zach Hilman