mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
* Fixes Unicode Key File Directories Adds code so that when loading a file it converts to UTF16 first, to ensure the files can be opened. Code borrowed from FileUtil::Exists. * Update src/core/crypto/key_manager.cpp Co-Authored-By: Jungorend <Jungorend@users.noreply.github.com> * Update src/core/crypto/key_manager.cpp Co-Authored-By: Jungorend <Jungorend@users.noreply.github.com> * Using FileUtil instead to be cleaner. * Update src/core/crypto/key_manager.cpp Co-Authored-By: Jungorend <Jungorend@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| aes_util.cpp | ||
| aes_util.h | ||
| ctr_encryption_layer.cpp | ||
| ctr_encryption_layer.h | ||
| encryption_layer.cpp | ||
| encryption_layer.h | ||
| key_manager.cpp | ||
| key_manager.h | ||
| partition_data_manager.cpp | ||
| partition_data_manager.h | ||
| sha_util.cpp | ||
| sha_util.h | ||
| xts_encryption_layer.cpp | ||
| xts_encryption_layer.h | ||