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_u.cpp
Age
Commit message (
Expand
)
Author
2014-12-21
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
CFGU: Some changes
Subv
2014-12-21
CFGU: Addressed some issues.
Subv
2014-12-21
CFGU: Addressed some comments.
Subv
2014-12-21
Style: Addressed some comments
Subv
2014-12-21
CFG_U: Use Common::make_unique instead of the std version
Subv
2014-12-21
CFG:U: Implemented some more blocks
Subv
2014-12-21
CFG: Implemented block 0x00070001 in the config savefile
Subv
2014-12-21
CFGU: Use an absolute offset in the config savefile blocks
Subv
2014-12-21
CFG: Load the Config savedata file if it already exists.
Subv
2014-12-21
CFGU: Added block 0x000A0002 to the default savegame file
Subv
2014-12-21
CFG: Refactored how the config file works.
Subv
2014-12-21
CFG:U: Add some data to the 0x00050005 config block.
Subv
2014-12-21
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-10
CFG:U: Store country codes as u16 instead of char pointers, and return the co...
Emmanuel Gil Peyrot
2014-11-29
CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.
Subv
2014-11-01
Added a bunch of services
purpasmart96