summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-211-474/+0
* CFGU: Some changesSubv2014-12-211-12/+33
* CFGU: Addressed some issues.Subv2014-12-211-43/+55
* CFGU: Addressed some comments.Subv2014-12-211-11/+13
* Style: Addressed some commentsSubv2014-12-211-4/+5
* CFG_U: Use Common::make_unique instead of the std versionSubv2014-12-211-1/+2
* CFG:U: Implemented some more blocksSubv2014-12-211-4/+30
* CFG: Implemented block 0x00070001 in the config savefileSubv2014-12-211-0/+5
* CFGU: Use an absolute offset in the config savefile blocksSubv2014-12-211-1/+3
* CFG: Load the Config savedata file if it already exists.Subv2014-12-211-3/+4
* CFGU: Added block 0x000A0002 to the default savegame fileSubv2014-12-211-0/+18
* CFG: Refactored how the config file works.Subv2014-12-211-55/+126
* CFG:U: Add some data to the 0x00050005 config block.Subv2014-12-211-6/+11
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-3/+188
* License changepurpasmart962014-12-211-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-2/+2
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+3
* CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID.Emmanuel Gil Peyrot2014-12-101-44/+48
* CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Subv2014-11-301-2/+86
* Added a bunch of servicespurpasmart962014-11-011-0/+36