aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2015-01-10Stubbed y2r:u IsBusyConversionarchshift
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-07Merge pull request #404 from bunnei/more-frame-synch-fixesbunnei
2015-01-07GSP: Toggle active framebuffer each framebunnei
2015-01-07Fix double-free in Service manager during shutdownYuri Kunde Schlesner
2015-01-06Merge pull request #376 from Subv/arc_reorderbunnei
2015-01-06Archives: Changed the unimplemented archives comment.Subv
2015-01-06Archives: Addressed some commentsSubv
2015-01-05Merge pull request #413 from purpasmart96/serv_cleanbunnei
2015-01-05Merge pull request #272 from rohit-n/sign-comparebunnei
2015-01-05Services: Clean up a few things and add a few function namespurpasmart96
2015-01-05DSP: Signal (faked) interrupt on every frame.bunnei
2015-01-04Merge pull request #386 from archshift/y2rubunnei
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv
2015-01-03Archives: Changed the way paths are built for the archives.Subv
2015-01-03Stub the y2r:u servicearchshift
2015-01-02Archives: Change the folder layout of some archives.Subv
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2015-01-02SaveDataCheck: Preliminary work in this archive.Subv
2015-01-02Merge pull request #391 from lioncash/pedanticbunnei
2015-01-02archive: Fix initializer list orderLioncash
2015-01-02soc_u: Fix a missing formatting argumentLioncash
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
2014-12-29APT:A: Some style changesSubv
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner
2014-12-25Merge pull request #330 from purpasmart96/new_srvbunnei
2014-12-25More services & small clean upspurpasmart96
2014-12-23Stubbed IsSdmcWriteable to always return writeable.archshift
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21CFG: Fixed some warnings and errors in ClangSubv
2014-12-21CFG: More style changesSubv
2014-12-21CFGU: IndentationSubv
2014-12-21CFG: Some indentationSubv
2014-12-21CFG: Changed the CreateConfigInfoBlk search loopSubv
2014-12-21CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppSubv
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv
2014-12-21CFGU: Some changesSubv
2014-12-21CFGU: Addressed some issues.Subv
2014-12-21CFGU: Addressed some comments.Subv
2014-12-21Style: Addressed some commentsSubv
2014-12-21CFG_U: Use Common::make_unique instead of the std versionSubv
2014-12-21CFG:U: Implemented some more blocksSubv
2014-12-21CFG: Implemented block 0x00070001 in the config savefileSubv
2014-12-21CFGU: Use an absolute offset in the config savefile blocksSubv