mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
fs: update HashGeneratorFactorySelector to reflect 14.0.0
This commit is contained in:
parent
64c6ef2de7
commit
20e53fcd82
8 changed files with 140 additions and 101 deletions
|
@ -19,16 +19,16 @@ namespace ams::fs::impl {
|
|||
|
||||
namespace {
|
||||
|
||||
constinit fssystem::Sha256HashGeneratorFactorySelector g_sha256_hash_generator_factory_selector;
|
||||
constinit fssystem::ShaHashGeneratorFactorySelector g_sha_hash_generator_factory_selector;
|
||||
|
||||
}
|
||||
|
||||
fssystem::IHash256GeneratorFactorySelector *GetNcaHashGeneratorFactorySelector() {
|
||||
return std::addressof(g_sha256_hash_generator_factory_selector);
|
||||
return std::addressof(g_sha_hash_generator_factory_selector);
|
||||
}
|
||||
|
||||
fssystem::IHash256GeneratorFactorySelector *GetSaveDataHashGeneratorFactorySelector() {
|
||||
return std::addressof(g_sha256_hash_generator_factory_selector);
|
||||
return std::addressof(g_sha_hash_generator_factory_selector);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue