dolphin/Source/Core/DiscIO
Léo Lam 7a1f676ef4 Always use configured root when installing WAD
This prevents Dolphin from writing to /sys/uid.sys (on the host; root
partition) when installing a WAD before starting emulation, because
the session root is not initialized at that moment.

Incidentally, this also gets rid of a singleton.
2017-02-10 19:12:08 +01:00
..
Blob.cpp WbfsBlob: Only open each file once 2017-01-11 13:33:27 +01:00
Blob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
CISOBlob.cpp Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
CISOBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
CMakeLists.txt Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
CompressedBlob.cpp CompressFileToBlob: add an explicit seek to make sure we're at the start 2017-01-21 21:42:58 +01:00
CompressedBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01: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: Don't take SFileInfo instances by value 2017-01-04 20:12:49 -05:00
DiscScrubber.h DiscScrubber: Make struct and variable names conformant to the coding style 2017-01-04 17:04:41 -05: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 SConfig: Replace bNTSC with m_region 2017-01-02 20:57:48 +01:00
Enums.h SConfig: Replace bNTSC with m_region 2017-01-02 20:57:48 +01:00
FileBlob.cpp Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
FileBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
FileMonitor.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
FileMonitor.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02: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
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
NANDContentLoader.cpp Always use configured root when installing WAD 2017-02-10 19:12:08 +01:00
NANDContentLoader.h Always use configured root when installing WAD 2017-02-10 19:12:08 +01:00
TGCBlob.cpp Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
TGCBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +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 Added support for Wii RVT-R disc images. 2016-12-01 07:51:29 -05:00
VolumeCreator.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VolumeDirectory.cpp VolumeDirectory: Use case-insensitive comparison when sorting 2017-01-25 15:07:07 +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 VolumeWad: Implement GetTMD() 2017-01-23 20:59:02 +01:00
VolumeWad.h VolumeWad: Implement GetTMD() 2017-01-23 20:59:02 +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 Fix -Wshadow warning for file_entry 2017-01-22 17:27:37 +01:00
WbfsBlob.h Fix -Wshadow warning for file_entry 2017-01-22 17:27:37 +01: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