dolphin/Source/Core
JosJuice 87916fe099 Filesystem: Replace GetFileList()
Instead of expecting callers to know how the size of directory file infos
relates to which files are in which directories, filesystems now offer a
GetRoot() method, and file infos offer a way to get their children. As
a bonus, m_FileInfoVector no longer has to be created and kept around
in RAM. Only the file info objects that actually are used are created.
2017-06-14 15:23:48 +02:00
..
AudioCommon msbuild: obey some warnings about missing virtual destructors 2017-06-07 20:20:25 -07:00
Common StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
Core Filesystem: Replace GetFileList() 2017-06-14 15:23:48 +02:00
DiscIO Filesystem: Replace GetFileList() 2017-06-14 15:23:48 +02:00
DolphinNoGUI Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
DolphinQt2 msvc: enable some default-off warnings 2017-06-07 21:07:36 -07:00
DolphinWX Filesystem: Replace GetFileList() 2017-06-14 15:23:48 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon DiscIO: Remove C/I/S prefixes from class names 2017-06-06 12:31:59 +02:00
VideoBackends VideoConfig: Remove bRunning 2017-06-11 15:06:12 +01:00
VideoCommon VideoConfig: Remove bRunning 2017-06-11 15:06:12 +01:00
CMakeLists.txt