index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
file_util.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_util: fix missing sysdata path
wwylele
2016-12-23
1
-3
/
+1
*
file_util: Remove unused paths.
bunnei
2016-12-22
1
-49
/
+3
*
Common: Fix gcc build on macOS
Jeffrey Pfau
2016-12-13
1
-0
/
+11
*
WINVER definition moved to CMake and cleanup
freiro
2016-11-30
1
-3
/
+0
*
Removed /user/ from path
freiro
2016-11-26
1
-2
/
+1
*
Switch to AppData/Roaming
freiro
2016-11-24
1
-3
/
+3
*
Return by value and other fixes
freiro
2016-11-19
1
-13
/
+7
*
Win32 move default user folder location to AppData
freiro
2016-11-19
1
-0
/
+23
*
common: convert to standard stat()/fstat() interfaces
Anthony J. Bentley
2016-10-28
1
-15
/
+10
*
common: stat64 is non-standard, hide on a random Unix
Jan Beich
2016-10-28
1
-1
/
+1
*
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-21
1
-0
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-292
/
+223
*
Common: readdir_r() is deprecated, switch to readdir().
Emmanuel Gil Peyrot
2016-09-13
1
-6
/
+2
*
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-06-19
1
-12
/
+10
*
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-05-21
1
-20
/
+28
*
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-19
1
-3
/
+12
|
\
|
*
fix driver root identification on Windows
wwylele
2016-04-15
1
-3
/
+12
*
|
file_util: In-class initialize data members
Lioncash
2016-04-14
1
-4
/
+2
*
|
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-14
1
-6
/
+6
*
|
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-14
1
-22
/
+3
|
/
*
remove debug code
LFsWang
2016-03-31
1
-1
/
+1
*
fix unicode url problem on windows
LFsWang
2016-03-31
1
-6
/
+18
*
Fix encode problem On Windows
LFsWang
2016-03-31
1
-12
/
+17
*
DiskDirectory: Initialize the directory member with valid info.
Subv
2016-01-16
1
-1
/
+1
*
Add missing return values in ForeachDirectoryEntry
LFsWang
2015-12-23
1
-4
/
+14
*
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-11-27
1
-37
/
+35
*
Merge pull request #1095 from archshift/game-list
bunnei
2015-10-02
1
-100
/
+60
|
\
|
*
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior
archshift
2015-10-01
1
-100
/
+60
*
|
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
|
/
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+9
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-2
/
+4
*
Common: Move IO-specific compatibility macros to file_util.cpp
Yuri Kunde Schlesner
2015-05-07
1
-18
/
+26
*
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-05-07
1
-2
/
+2
*
Common: Switch to the XDG Base Directory Specification for directory selection.
Emmanuel Gil Peyrot
2015-02-25
1
-9
/
+68
*
Common: Change names containing “Dolphin” or “PPSSPP” to something more generic.
Emmanuel Gil Peyrot
2015-02-20
1
-7
/
+7
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-10
/
+2
*
Archives: Change the folder layout of some archives.
Subv
2015-01-03
1
-0
/
+2
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-03
1
-0
/
+2
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-30
1
-0
/
+2
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-18
1
-0
/
+2
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-0
/
+2
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-42
/
+42
*
Common: Add "sysdata" to GetUserPath and cleanup.
bunnei
2014-12-12
1
-13
/
+1
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-12
/
+12
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-31
/
+31
*
Merge pull request #133 from archshift/sdmc-enabled
bunnei
2014-10-24
1
-2
/
+4
|
\
|
*
Common: Return from CreateFullPath early if the directory creation fails
archshift
2014-10-23
1
-2
/
+4
*
|
Use std sized types instead of platform specific typedefs
Yuri Kunde Schlesner
2014-10-23
1
-0
/
+1
|
/
*
Merge pull request #108 from archshift/config
bunnei
2014-10-08
1
-36
/
+36
|
\
|
*
Added configuration file system.
archshift
2014-10-08
1
-36
/
+36
*
|
Common: Add a helper function to generate a 8.3 filename from a long one.
Emmanuel Gil Peyrot
2014-10-06
1
-0
/
+42
*
|
Fix warnings in core and common
Lioncash
2014-09-28
1
-2
/
+2
|
/
*
Use the citra user path for the sdmc directory
archshift
2014-09-21
1
-0
/
+2
*
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Emmanuel Gil Peyrot
2014-09-17
1
-19
/
+19
*
Merge pull request #99 from archshift/ext-check
bunnei
2014-09-11
1
-13
/
+13
|
\
|
*
Added string_util to common, small changes in loader.cpp
archshift
2014-09-09
1
-13
/
+13
*
|
common: Prune all redundant includes
archshift
2014-09-09
1
-7
/
+0
|
/
*
Common: Move remaining C header includes over to their C++ equivalent
Lioncash
2014-08-17
1
-2
/
+2
*
fixes to build on linux
bunnei
2014-04-23
1
-1
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-5
/
+5
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+910