yuzu/src
Ben Russell f98a2c42de
common/file_util: Allow access to files on network shares
On Windows, network shares use paths like \\server\share\file which were
being broken by FileUtil::SanitizePath() removing double slashes.

Changed the code in SanitizePath to permit a double-backslash if it
occurs at the start of a filepath (on Windows only).
2020-04-09 18:48:28 +01:00
..
audio_core audio_core: Accept Audren REV8 2020-03-23 03:07:14 +01:00
common common/file_util: Allow access to files on network shares 2020-04-09 18:48:28 +01:00
core file_sys: fix LayeredFS error when loading some games made with… (#3602) 2020-04-07 02:03:32 +02:00
input_common Merge pull request #3525 from FearlessTobi/linux-compile-error 2020-03-21 16:04:45 -04:00
tests core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 -05:00
video_core Merge pull request #3601 from ReinUsesLisp/some-shader-encodings 2020-04-09 00:17:39 -04:00
web_service httplib compatibility 2020-02-18 18:04:33 -08:00
yuzu Place SL and SR in the right most column. 2020-04-08 11:34:16 +02:00
yuzu_cmd Frontend: Don't call DoneCurrent if the context isnt already current 2020-03-30 14:57:42 -06:00
yuzu_tester Address review and fix broken yuzu-tester build 2020-03-25 23:32:42 -06:00
.clang-format
CMakeLists.txt CMake: Create thin archives on Linux 2020-01-19 12:52:09 +01:00