dolphin/Source/Core/Core/HW/GCMemcard
Lioncash a8b0661fb0 Core: Make use of C++17 deduction guides with locks
C++17 allows omitting the mutex type, which makes for both less reading
and more flexibility (e.g. The mutex type can change and all occurrences
don't need to be updated).
2020-12-29 16:06:17 -05:00
..
GCIFile.cpp Core: Convert logging over to fmt pt.3 2020-11-21 05:56:37 -05:00
GCIFile.h GCMemcard: Move from global namespace into a Memcard namespace. 2020-06-16 20:18:39 +02:00
GCMemcard.cpp Fix -Wclass-memaccess warnings 2020-12-16 15:37:43 +01:00
GCMemcard.h Merge pull request #8895 from sepalani/card 2020-10-21 22:32:09 +02:00
GCMemcardBase.h GCMemcard: Move from global namespace into a Memcard namespace. 2020-06-16 20:18:39 +02:00
GCMemcardDirectory.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
GCMemcardDirectory.h EXI: Store data for regenerating a GCI folder memory card header in EXI_Channel and pass it down to the memory card device. 2020-06-17 01:44:46 +02:00
GCMemcardRaw.cpp Core: Make use of C++17 deduction guides with locks 2020-12-29 16:06:17 -05:00
GCMemcardRaw.h GCMemcard: Move from global namespace into a Memcard namespace. 2020-06-16 20:18:39 +02:00
GCMemcardUtils.cpp GCMemcard: Change behavior of TitlePresent() to more closely resemble how saves are actually identified. 2020-07-15 19:17:22 +02:00
GCMemcardUtils.h GCMemcard: Change behavior of TitlePresent() to more closely resemble how saves are actually identified. 2020-07-15 19:17:22 +02:00