index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
file_util.h
Age
Commit message (
Collapse
)
Author
2014-10-07
Merge pull request #108 from archshift/config
bunnei
Configuration files
2014-10-07
Added configuration file system.
archshift
Uses QSettings on citra-qt, and inih on citra-cli.
2014-10-06
Common: Add a helper function to generate a 8.3 filename from a long one.
Emmanuel Gil Peyrot
Core: Fix the SDMC Directory implementation to make blargSnes work.
2014-09-28
Fix warnings in core and common
Lioncash
2014-09-21
Use the citra user path for the sdmc directory
archshift
2014-09-17
Common: Rename the File namespace to FileUtil, to match the filename and ↵
Emmanuel Gil Peyrot
prevent collisions.
2014-09-17
Common: Return the number of items read/written in IOFile’s methods ↵
Emmanuel Gil Peyrot
instead of a boolean.
2014-09-08
Added string_util to common, small changes in loader.cpp
archshift
2014-08-17
Common: Move header guards over to pragma once
Lioncash
Also replaced C headers with the C++ equivalent ones
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei