Lioncash
|
20aad9e01a
file_util: Migrate remaining file handling functions over to std::filesystem
|
5 лет назад |
Lioncash
|
0e54aa17e6
file_util: Migrate Exists() and IsDirectory() over to std::filesystem
|
5 лет назад |
Lioncash
|
4a4b685a04
common: Enable warnings as errors
|
5 лет назад |
bunnei
|
b1fa647f28
Merge pull request #4539 from lioncash/disc
|
6 лет назад |
Lioncash
|
c4ed791164
common/fileutil: Convert namespace to Common::FS
|
6 лет назад |
Lioncash
|
d09456fc41
common: Silence two discarded result warnings
|
6 лет назад |
lat9nq
|
3848155c42
common: Add a screenshots directory
|
6 лет назад |
bunnei
|
7438d36d0e
Merge pull request #3630 from benru/open-windows-network-files
|
6 лет назад |
Lioncash
|
e77337588e
file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
|
6 лет назад |
Ben Russell
|
f98a2c42de
common/file_util: Allow access to files on network shares
|
6 лет назад |
Vitor K
|
bd0c56c6e7
common: Port some changes from dolphin (#5127)
|
6 лет назад |
ReinUsesLisp
|
f4417eab8f
common/file_util: Silence -Wswitch
|
6 лет назад |
Lioncash
|
e7ab0e9127
common/file_util: Remove unnecessary return at end of void StripTailDirSlashes()
|
7 лет назад |
Lioncash
|
11e9bee91d
common/file_util: Make GetCurrentDir() return a std::optional
|
7 лет назад |
Lioncash
|
943f6da1ac
common/file_util: Remove duplicated documentation comments
|
7 лет назад |
Lioncash
|
2b1fcc8a14
common/file_util: Make ReadFileToString and WriteStringToFile consistent
|
7 лет назад |
ReinUsesLisp
|
84412591c9
file_util: Add shader directory
|
7 лет назад |
Weiyi Wang
|
2ff2732a78
only redefine 64 bit file operation for MSVC
|
7 лет назад |
Zach Hilman
|
bd8db3f7f8
common_paths: Add Load and Dump dirs
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
Lioncash
|
c74b7ee204
file_util: Correct return value in early exit of ReadFileToString()
|
8 лет назад |
Zach Hilman
|
b70a831608
file_util: Add getter for NAND registration directory
|
8 лет назад |
Zach Hilman
|
2b6128fe0b
file_util: Use enum instead of bool for specifing path behavior
|
8 лет назад |
Zach Hilman
|
3f82dad1e4
file_util: Add platform-specific slash option to SanitizePath
|
8 лет назад |
Zach Hilman
|
150527ec19
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
|
8 лет назад |
Zach Hilman
|
cc8234fa89
Use SHGetKnownFolderPath instead of SHGetFolderPathA
|
8 лет назад |
Zach Hilman
|
22342487e8
Extract mbedtls to cpp file
|
8 лет назад |
Zach Hilman
|
df5b75694f
Remove files that are not used
|
8 лет назад |
Zach Hilman
|
59cb258409
VFS Regression and Accuracy Fixes (#776)
|
8 лет назад |
bunnei
|
5ee4c49c30
Merge pull request #768 from lioncash/string-view
|
8 лет назад |