Browse Source
common/hex_util: Combine HexVectorToString() and HexArrayToString()
common/hex_util: Combine HexVectorToString() and HexArrayToString()
These can be generified together by using a concept type to designate them. This also has the benefit of not making copies of potentially very large arrays.pull/15/merge
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
11 changed files with 40 additions and 39 deletions
-
7src/common/hex_util.cpp
-
11src/common/hex_util.h
-
4src/core/crypto/key_manager.cpp
-
2src/core/file_sys/ips_layer.cpp
-
8src/core/file_sys/patch_manager.cpp
-
14src/core/file_sys/registered_cache.cpp
-
13src/core/file_sys/submission_package.cpp
-
2src/core/file_sys/xts_archive.cpp
-
12src/core/hle/service/am/applets/general_backend.cpp
-
2src/core/hle/service/ldr/ldr.cpp
-
4src/core/loader/nso.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue