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