dolphin/Source/Core
JosJuice 07d3a39aeb Filesystem: Replace file info's full path with name
Some callers (i.e. ISOProperties) don't want the full path, so giving them
it is unnecessary. Those that do want it can use GetPathFromFSTOffset.
Not storing full paths everywhere also saves a small bit of RAM and is
necessary for a later commit. The code isn't especially pretty right now
(callers need to use FST offsets...) but it'll become better later.
2017-06-13 22:38:31 +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 file info's full path with name 2017-06-13 22:38:31 +02:00
DiscIO Filesystem: Replace file info's full path with name 2017-06-13 22:38:31 +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 file info's full path with name 2017-06-13 22:38:31 +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 Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00