summaryrefslogtreecommitdiff
path: root/src/common/file_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #108 from archshift/configGravatar bunnei2014-10-071-7/+7
|\ | | | | Configuration files
| * Added configuration file system.Gravatar archshift2014-10-071-7/+7
| | | | | | | | Uses QSettings on citra-qt, and inih on citra-cli.
* | Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-061-0/+11
| | | | | | | | Core: Fix the SDMC Directory implementation to make blargSnes work.
* | Fix warnings in core and commonGravatar Lioncash2014-09-281-3/+3
|/
* Use the citra user path for the sdmc directoryGravatar archshift2014-09-211-0/+1
|
* Common: Rename the File namespace to FileUtil, to match the filename and ↵Gravatar Emmanuel Gil Peyrot2014-09-171-1/+1
| | | | prevent collisions.
* Common: Return the number of items read/written in IOFile’s methods ↵Gravatar Emmanuel Gil Peyrot2014-09-171-8/+20
| | | | instead of a boolean.
* Added string_util to common, small changes in loader.cppGravatar archshift2014-09-081-1/+1
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-5/+1
| | | | Also replaced C headers with the C++ equivalent ones
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-2/+2
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+224