summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-211-474/+0
| | | | Moved most of the shared CFG code there, implemented a few CFG:I functions
* 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
| | | | That's the language id block, we're using LANGUAGE_EN for now. This block allows some games to boot further
* CFG: Refactored how the config file works.Subv2014-12-211-55/+126
| | | | It is now kept in memory as per 3dbrew, all updates happen on memory, then they can be saved using UpdateConfigNANDSavegame.
* CFG:U: Add some data to the 0x00050005 config block.Subv2014-12-211-6/+11
| | | | Seems to allow some games to boot further, thanks @Normmatt for sharing this information
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-3/+188
| | | | | | Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS
* License changepurpasmart962014-12-211-1/+1
|
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-2/+2
| | | | | | | This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.)
* 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