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
/
core
/
hle
/
service
/
cfg
Age
Commit message (
Expand
)
Author
2015-07-20
Services/CFG: Added some missing functions to cfg:s
Subv
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-15
CFG: Update the cfg service to be like other integrated services
purpasmart96
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-06
FileSys: De-inline Path members
Yuri Kunde Schlesner
2015-05-06
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-05-01
Services: Initialize all state variables at bootup.
bunnei
2015-04-27
Services/Loader: Use more sensible log formats for certain functions
purpasmart96
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-03-09
Merge pull request #589 from kevinhartman/config-errors
bunnei
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
2015-02-25
Archives: Properly implemented the SystemSaveData archive.
Subv
2015-02-20
Fix error message for bad config block request.
Kevin Hartman
2015-02-12
Build: Fixed some warnings
Subv
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-07
Services: Stub some functions
purpasmart96
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-01-20
core: Fix a few docstrings
Lioncash
2015-01-13
Services: Added some missing services.
Subv
2015-01-06
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-05
Services: Clean up a few things and add a few function names
purpasmart96
2015-01-03
Archives: Changed the way paths are built for the archives.
Subv
2014-12-25
More services & small clean ups
purpasmart96
2014-12-21
CFG: Fixed some warnings and errors in Clang
Subv
2014-12-21
CFG: More style changes
Subv
2014-12-21
CFGU: Indentation
Subv
2014-12-21
CFG: Some indentation
Subv
2014-12-21
CFG: Changed the CreateConfigInfoBlk search loop
Subv
2014-12-21
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Subv
2014-12-21
CFG: Create a new subfolder cfg inside service to handle cfg
Subv