summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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