aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2016-05-07Merge pull request #1718 from alex-laties/fixup-type-conversionsbunnei
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Subv
2016-05-02Merge pull request #1732 from wwylele/config00170000bunnei
2016-05-01remove duplicated function declarationwwylele
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-30Merge pull request #1650 from JamePeng/update-the-ndm-codebunnei
2016-04-30Merge pull request #1647 from mailwl/acu-closeasyncbunnei
2016-04-29Merge pull request #1699 from mailwl/gpu-rightsbunnei
2016-04-29add config block 0x00170000wwylele
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-27Merge pull request #1708 from MerryMage/dsp_dspbunnei
2016-04-27DSP_DSP: Fix log format strings and argumentsMerryMage
2016-04-27DSP_DSP: Add return IPC headersMerryMage
2016-04-27DSP_DSP: Updated interrupt implementationMerryMage
2016-04-26y2r_u: Cleanup some formatting.bunnei
2016-04-26Merge pull request #1447 from JamePeng/update-y2r-servicebunnei
2016-04-24am: title_id is long long uintSam Spilsbury
2016-04-24DSP_DSP: Remove unused variableMerryMage
2016-04-23return checks if event and memory createdmailwl
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury
2016-04-22gsp::Gpu: implement AcquireRight, ReleaseRight functionsmailwl
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-21ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)mailwl
2016-04-21Update the stub code of NDM service!JamePeng
2016-04-20Update the code of service y2r!JamePeng
2016-04-18Merge pull request #1612 from ObsidianX/get-set-sockoptbunnei
2016-04-08update the code of AM service! (#1623)JamePeng
2016-04-08cecd:u: stub GetCecStateAbbreviated (#1648)mailwl
2016-04-06Merge pull request #1577 from JamePeng/update-apta-funcbunnei
2016-04-06append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AJamePeng
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-04-05implement APT::GetStartupArgumentJamePeng
2016-04-05Append the missing function name"GetAppletInfo" to APT:AJamePeng
2016-04-03Merge pull request #1616 from exhalatio/dlp_dummybunnei
2016-04-03Dummy implementation dlp:SRVR Service.exhalatio
2016-04-02Merge pull request #1619 from mailwl/cecdbunnei
2016-04-01Rework sockopt translation to match the error translation code already in placeRyan Loebs
2016-04-01Merge pull request #1390 from purpasmart96/citra_gsp_error_codesbunnei
2016-03-31Merge pull request #1419 from mailwl/branch-gspbunnei
2016-03-31cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandlemailwl
2016-03-31Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueuemailwl
2016-03-30GSP: Return proper error codes for register writespurpasmart96
2016-03-30Code styleRyan Loebs
2016-03-30Added GetSockOptNameRyan Loebs
2016-03-29Derp: win32: typedef int socklen_t;Ryan Loebs
2016-03-29But of course, Windows uses 'int' while Linux uses 'socklen_t'Ryan Loebs
2016-03-29Compiling on Windows nowRyan Loebs