dolphin/Source/Core
JosJuice c74c317ab5 IOS HLE: More robust escaping of NAND paths
Prevents path traversal without needing an absolute path
function, and also improves accuracy (character sequences
like ../ appear to have no special meaning in IOS).

This removes the creation and usage of /sys/replace,
because the new escapes are too complicated to all
be representable in its format and because no other
NAND handling software seems to use /sys/replace.
2016-11-26 22:49:46 +01:00
..
AudioCommon Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
Common IOS HLE: More robust escaping of NAND paths 2016-11-26 22:49:46 +01:00
Core IOS HLE: More robust escaping of NAND paths 2016-11-26 22:49:46 +01:00
DiscIO Merge pull request #4401 from JosJuice/rename-getuniqueid 2016-10-31 12:39:27 +01:00
DolphinQt2 Host: Remove the Host_RequestFullscreen() method. 2016-11-11 20:36:09 +01:00
DolphinWX NetPlay: Fix build when miniupnpc is disabled. 2016-11-19 15:36:26 +00:00
InputCommon Merge pull request #4405 from xrix4096/mac-unknown-joyaxis 2016-10-31 13:01:47 +01:00
UICommon
VideoBackends D3D: Fix strided XFB copies 2016-11-19 20:29:51 +10:00
VideoCommon Cosmetics. 2016-11-13 22:17:40 +01:00
CMakeLists.txt