aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/cfg_u.cpp
Commit message (Expand)AuthorAge
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
* CFGU: Some changesGravatar Subv2014-12-21
* CFGU: Addressed some issues.Gravatar Subv2014-12-21
* CFGU: Addressed some comments.Gravatar Subv2014-12-21
* Style: Addressed some commentsGravatar Subv2014-12-21
* CFG_U: Use Common::make_unique instead of the std versionGravatar Subv2014-12-21
* CFG:U: Implemented some more blocksGravatar Subv2014-12-21
* CFG: Implemented block 0x00070001 in the config savefileGravatar Subv2014-12-21
* CFGU: Use an absolute offset in the config savefile blocksGravatar Subv2014-12-21
* CFG: Load the Config savedata file if it already exists.Gravatar Subv2014-12-21
* CFGU: Added block 0x000A0002 to the default savegame fileGravatar Subv2014-12-21
* CFG: Refactored how the config file works.Gravatar Subv2014-12-21
* CFG:U: Add some data to the 0x00050005 config block.Gravatar Subv2014-12-21
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-21
* License changeGravatar purpasmart962014-12-20
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* CFG:U: Store country codes as u16 instead of char pointers, and return the co...Gravatar Emmanuel Gil Peyrot2014-12-10
* CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Gravatar Subv2014-11-29
* Added a bunch of servicesGravatar purpasmart962014-11-01