aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Expand)AuthorAge
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-10
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
* Merge pull request #404 from bunnei/more-frame-synch-fixesGravatar bunnei2015-01-07
|\
| * GSP: Toggle active framebuffer each frameGravatar bunnei2015-01-07
* | Fix double-free in Service manager during shutdownGravatar Yuri Kunde Schlesner2015-01-07
* | Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-06
|\ \ | |/ |/|
| * Archives: Changed the unimplemented archives comment.Gravatar Subv2015-01-06
| * Archives: Addressed some commentsGravatar Subv2015-01-06
* | Merge pull request #413 from purpasmart96/serv_cleanGravatar bunnei2015-01-05
|\ \
* \ \ Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-05
|\ \ \
| | * | Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-05
* | | | DSP: Signal (faked) interrupt on every frame.Gravatar bunnei2015-01-05
* | | | Merge pull request #386 from archshift/y2ruGravatar bunnei2015-01-04
|\ \ \ \
| | | | * Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-04
| | | | * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
| * | | | Stub the y2r:u serviceGravatar archshift2015-01-03
| | |/ / | |/| |
| | | * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-02
| |_|/ |/| |
* | | Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
* | | SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-02
* | | Merge pull request #391 from lioncash/pedanticGravatar bunnei2015-01-02
|\ \ \
| * | | archive: Fix initializer list orderGravatar Lioncash2015-01-02
| |/ /
* / / soc_u: Fix a missing formatting argumentGravatar Lioncash2015-01-02
|/ /
| * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-01
|/
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-31
* APT:A: Some style changesGravatar Subv2014-12-29
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-29
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* Merge pull request #330 from purpasmart96/new_srvGravatar bunnei2014-12-25
|\
| * More services & small clean upsGravatar purpasmart962014-12-25
* | Stubbed IsSdmcWriteable to always return writeable.Gravatar archshift2014-12-23
* | Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
|\ \ | |/ |/|
* | CFG: Fixed some warnings and errors in ClangGravatar Subv2014-12-21
* | CFG: More style changesGravatar Subv2014-12-21
* | CFGU: IndentationGravatar Subv2014-12-21
* | CFG: Some indentationGravatar Subv2014-12-21
* | CFG: Changed the CreateConfigInfoBlk search loopGravatar Subv2014-12-21
* | 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
* | 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