yuzu/src/core/crypto
Zephyron fbe41afca4 build: upgrade fmt and SDL2
Update fmt library to version 11.0.2 and make necessary adjustments:
- Replace fmt/format.h includes with fmt/ranges.h
- Add const qualifiers to formatter::format functions
- Update CMake to require fmt version 11

Additional dependency updates:
- Update SDL2 bundled version from 2.28.2 to 2.32.0
- Update catch2 to version 3.7.1
- Update vcpkg baseline to ca846b21276c9a3171074ac8d2b4f6516894a7d0
2025-05-12 12:45:15 +01:00
..
aes_util.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
aes_util.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
ctr_encryption_layer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ctr_encryption_layer.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
encryption_layer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
encryption_layer.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
key_manager.cpp key_manager: Remove uncaught usage of stoul 2023-09-13 13:36:25 -04:00
key_manager.h build: upgrade fmt and SDL2 2025-05-12 12:45:15 +01:00
partition_data_manager.cpp vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
partition_data_manager.h vfs: Move vfs files to their own directory 2024-01-25 16:40:42 -05:00
sha_util.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
sha_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xts_encryption_layer.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xts_encryption_layer.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00