summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-25Common: Switch to the XDG Base Directory Specification for directory selection.Gravatar Emmanuel Gil Peyrot1-9/+68
2015-02-20Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Gravatar Emmanuel Gil Peyrot1-7/+7
2015-01-03Archives: Changed the way paths are built for the archives.Gravatar Subv1-10/+2
2015-01-02Archives: Change the folder layout of some archives.Gravatar Subv1-0/+2
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv1-0/+2
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv1-0/+2
2014-12-20License changeGravatar purpasmart961-2/+2
2014-12-17SaveData: Implemented the SystemSaveData archive.Gravatar Subv1-0/+2
2014-12-17Filesystem/Archives: Implemented the SaveData archiveGravatar Subv1-0/+2
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner1-42/+42
2014-12-12Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei1-13/+1
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-12/+12
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-31/+31
2014-10-22Use std sized types instead of platform specific typedefsGravatar Yuri Kunde Schlesner1-0/+1
2014-10-22Common: Return from CreateFullPath early if the directory creation failsGravatar archshift1-2/+4
2014-10-07Added configuration file system.Gravatar archshift1-36/+36
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot1-0/+42
2014-09-28Fix warnings in core and commonGravatar Lioncash1-2/+2
2014-09-21Use the citra user path for the sdmc directoryGravatar archshift1-0/+2
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot1-19/+19
2014-09-08common: Prune all redundant includesGravatar archshift1-7/+0
2014-09-08Added string_util to common, small changes in loader.cppGravatar archshift1-13/+13
2014-08-17Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash1-2/+2
2014-04-22fixes to build on linuxGravatar bunnei1-1/+1
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-5/+5
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-572/+572
2013-09-08fixed some code warningsGravatar ShizZy1-1/+1
2013-09-08 removed unneeded dolphin paths code, fixed linker problems with common.libGravatar ShizZy1-117/+105
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+922