aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
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
2015-04-09APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei
2015-04-07Merge pull request #676 from purpasmart96/ir_service_refcbunnei
2015-04-05Clean-up mem_map constants and fix framebuffer translation errorsYuri Kunde Schlesner
2015-04-03IR: Move The IR services to their own folder and implement "GetHandles"purpasmart96
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-22Merge pull request #656 from Subv/nzbunnei
2015-03-19Service/FS: Document and log some unknown values.Subv
2015-03-17Merge pull request #655 from purpasmart96/hid_fixesbunnei
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-03-14Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Subv
2015-03-11Merge pull request #642 from bunnei/touchpadbunnei
2015-03-11hid_user: Removed unnecessary includes.bunnei
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei