Commit Graph

10 Commits (3b13f5e43bc6dd89af80ffa857d3fb4aa5118116)

Author SHA1 Message Date
ameerj 7c4b6aab2e core: Remove unused includes 4 years ago
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
4 years ago
Lioncash 15660bd857 aes_util: Allow SetIV to be non-allocating
In a few places, the data to be set as the IV is already within an array.
We shouldn't require this data to be heap-allocated if it doesn't need
to be. This allows certain callers to reduce heap churn.
5 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Zach Hilman d2caf4af7d game_list: Use RegisteredCacheUnion for installed
Reduces code
7 years ago
Zach Hilman 6dd369ab88 ctr_encryption_layer: Fix bug when transcoding small data
Fixes a bug where data lengths of less than size 0x10 will fail or have misleading return values.
7 years ago
Zach Hilman 03149d3e4a Add missing includes and use const where applicable 7 years ago
Zach Hilman 239a3113e4 Make XCI comply to review and style guidelines 7 years ago
Zach Hilman 83c3ae8be8 Add missing string.h include 7 years ago
Zach Hilman df5b75694f Remove files that are not used 7 years ago