aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/cfg/cfg_u.cpp
Commit message (Collapse)AuthorAge
* CFG: Update the cfg service to be like other integrated servicesGravatar purpasmart962015-05-15
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* Build: Fixed some warningsGravatar Subv2015-02-12
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\ | | | | Services: Stub some functions
| * Services: Stub some functionsGravatar purpasmart962015-02-07
| |
* | Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-02
|/
* Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-05
|
* More services & small clean upsGravatar purpasmart962014-12-25
|
* CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppGravatar Subv2014-12-21
|
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
Moved most of the shared CFG code there, implemented a few CFG:I functions