dolphin/Source/Core/DiscIO
JosJuice 66ea9f5cc1 DiscIO: Add GetRegion function and Region enum
Instead of needing different switch cases for
converting countries to regions in multiple places,
we now only need a single country-to-region switch case
(in DiscIO/Enums.cpp), and we get a nice Region type.
2017-01-02 20:57:11 +01:00
..
Blob.cpp Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
Blob.h Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
CISOBlob.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CISOBlob.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CMakeLists.txt Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
CompressedBlob.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CompressedBlob.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DiscIO.vcxproj Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DiscIO.vcxproj.filters Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DiscScrubber.cpp DiscScrubber: Fix issue 9356 2016-07-11 11:46:15 +02:00
DiscScrubber.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DriveBlob.cpp SectorReader: Fix cache line bias 2016-07-09 02:27:35 +10:00
DriveBlob.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Enums.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
Enums.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
FileBlob.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FileBlob.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FileMonitor.cpp Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
FileMonitor.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FileSystemGCWii.cpp Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
FileSystemGCWii.h Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
Filesystem.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Filesystem.h Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
NANDContentLoader.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
NANDContentLoader.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
TGCBlob.cpp Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
TGCBlob.h Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
Volume.cpp Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
Volume.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeCreator.cpp Remove VolumeCreator logs 2016-10-29 13:08:24 +02:00
VolumeCreator.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VolumeDirectory.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeDirectory.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeGC.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeGC.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeWad.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeWad.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeWiiCrypted.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
VolumeWiiCrypted.h DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
WbfsBlob.cpp Common: Add alignment header 2016-12-06 20:33:53 +01:00
WbfsBlob.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WiiWad.cpp Common: Add alignment header 2016-12-06 20:33:53 +01:00
WiiWad.h WiiWad: Make WiiWAD constructor explicit 2016-09-25 18:04:11 -04:00