aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2015-07-19Change trace/unimplemented service call logs to use hexarchshift
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
2015-07-13Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot
2015-07-11Applets: Reworked how the Applet update event is handled.Subv
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Subv
2015-07-11HLE/APT: Initial HLE support for applets.Subv
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-27Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Emmanuel Gil Peyrot
2015-06-25Services/SOC: Added command headers to some of the soc commands.Subv
2015-06-22Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner
2015-06-21Merge pull request #860 from yuriks/y2r-colorYuri Kunde Schlesner
2015-06-21Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner
2015-06-20Y2R: Re-organize how params are stored. Support SetConversionParamsYuri Kunde Schlesner
2015-06-11Services: Continue separation of services into their own folderspurpasmart96
2015-06-01ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-27hid: Get rid of undefined behaviorLioncash
2015-05-25Service/GSP: Implemented ImportDisplayCaptureInfo.Subv
2015-05-23y2r_u: Remove unused variable in StartConversionLioncash
2015-05-22Merge pull request #801 from purpasmart96/hid_stubsbunnei
2015-05-22HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart96
2015-05-22Flush for y2r (moflex)tfarley
2015-05-22OpenGL renderertfarley
2015-05-22Service::Y2R: Support for grayscale decoding of specific formatsYuri Kunde Schlesner
2015-05-20y2r_u: Stub StartConversion to prevent moflex games from hanging.bunnei
2015-05-18Merge pull request #766 from purpasmart96/cfg_service_updatebunnei
2015-05-15CFG: Update the cfg service to be like other integrated servicespurpasmart96
2015-05-15APT/FS: Remove asserts that were causing false positivespurpasmart96
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-11PTM: Changed the way the ptm services are handled to be like thepurpasmart96
2015-05-11NWM_UDS: Fix a typo in the nwm service port namepurpasmart96
2015-05-10fixup! GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner
2015-05-10GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06FileSys: De-inline Path membersYuri Kunde Schlesner
2015-05-06FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner
2015-05-01Services: Initialize all state variables at bootup.bunnei
2015-04-28Merge pull request #692 from purpasmart96/log_improvementsbunnei
2015-04-27Services/Loader: Use more sensible log formats for certain functionspurpasmart96
2015-04-24ptm_sysm: Add static specifier to IsLegacyPowerOffLioncash
2015-04-14De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner