summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #133 from archshift/sdmc-enabledGravatar bunnei2014-10-231-2/+4
|\ | | | | Use config files to store whether SDMC is enabled or not, auto-create SDMC dir.
| * Common: Return from CreateFullPath early if the directory creation failsGravatar archshift2014-10-221-2/+4
| |
* | Use std sized types instead of platform specific typedefsGravatar Yuri Kunde Schlesner2014-10-221-0/+1
|/
* Merge pull request #108 from archshift/configGravatar bunnei2014-10-071-36/+36
|\ | | | | Configuration files
| * Added configuration file system.Gravatar archshift2014-10-071-36/+36
| | | | | | | | 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/+42
| | | | | | | | Core: Fix the SDMC Directory implementation to make blargSnes work.
* | Fix warnings in core and commonGravatar Lioncash2014-09-281-2/+2
|/
* Use the citra user path for the sdmc directoryGravatar archshift2014-09-211-0/+2
|
* Common: Rename the File namespace to FileUtil, to match the filename and ↵Gravatar Emmanuel Gil Peyrot2014-09-171-19/+19
| | | | prevent collisions.
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-111-13/+13
|\ | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
| * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-081-13/+13
| |
* | common: Prune all redundant includesGravatar archshift2014-09-081-7/+0
|/
* Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash2014-08-171-2/+2
|
* fixes to build on linuxGravatar bunnei2014-04-221-1/+1
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-5/+5
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+910