summaryrefslogtreecommitdiffstats
path: root/src/common/file_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-23Use std sized types instead of platform specific typedefsYuri Kunde Schlesner1-0/+1
2014-10-23Common: Return from CreateFullPath early if the directory creation failsarchshift1-2/+4
2014-10-08Added configuration file system.archshift1-36/+36
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot1-0/+42
2014-09-28Fix warnings in core and commonLioncash1-2/+2
2014-09-21Use the citra user path for the sdmc directoryarchshift1-0/+2
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot1-19/+19
2014-09-09common: Prune all redundant includesarchshift1-7/+0
2014-09-09Added string_util to common, small changes in loader.cpparchshift1-13/+13
2014-08-17Common: Move remaining C header includes over to their C++ equivalentLioncash1-2/+2
2014-04-23fixes to build on linuxbunnei1-1/+1
2014-04-09fixed project includes to use new directory structurebunnei1-5/+5
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-02convert tabs to spacesbunnei1-572/+572
2013-09-09fixed some code warningsShizZy1-1/+1
2013-09-09 removed unneeded dolphin paths code, fixed linker problems with common.libShizZy1-117/+105
2013-09-05replaced common code with dolphin commonShizZy1-0/+922