dolphin/Source/Core
JosJuice f49b64caff Filesystem: Rewrite finding file info by path for performance
Instead of calling GetPathFromFSTOffset for every file info, FindFileInfo
now only looks at names in directories that are included in the path.
For the common case of searching for "opening.bnr", this means that
only root-level files and directories have to be searched through.
2017-06-13 22:41:02 +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: Use file info in arguments instead of path 2017-06-13 22:40:57 +02:00
DiscIO Filesystem: Rewrite finding file info by path for performance 2017-06-13 22:41:02 +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: Use file info in arguments instead of path 2017-06-13 22:40:57 +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