aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Expand)AuthorAge
...
* | OpenGL rendererGravatar tfarley2015-05-22
|/
* Service::Y2R: Support for grayscale decoding of specific formatsGravatar Yuri Kunde Schlesner2015-05-22
* y2r_u: Stub StartConversion to prevent moflex games from hanging.Gravatar bunnei2015-05-20
* Merge pull request #766 from purpasmart96/cfg_service_updateGravatar bunnei2015-05-18
|\
| * CFG: Update the cfg service to be like other integrated servicesGravatar purpasmart962015-05-15
* | APT/FS: Remove asserts that were causing false positivesGravatar purpasmart962015-05-15
* | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
|/
* PTM: Changed the way the ptm services are handled to be like theGravatar purpasmart962015-05-11
* NWM_UDS: Fix a typo in the nwm service port nameGravatar purpasmart962015-05-11
* fixup! GSP: Small tweaks to shared memory initializationGravatar Yuri Kunde Schlesner2015-05-10
* GSP: Small tweaks to shared memory initializationGravatar Yuri Kunde Schlesner2015-05-10
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-10
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* FileSys: De-inline Path membersGravatar Yuri Kunde Schlesner2015-05-06
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-06
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-01
* Merge pull request #692 from purpasmart96/log_improvementsGravatar bunnei2015-04-28
|\
| * Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart962015-04-27
* | ptm_sysm: Add static specifier to IsLegacyPowerOffGravatar Lioncash2015-04-24
* | De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-14
* | APT: (Subv) Fix bug where start event was being incorrectly signaled.Gravatar bunnei2015-04-09
|/
* Merge pull request #676 from purpasmart96/ir_service_refcGravatar bunnei2015-04-07
|\
* | Clean-up mem_map constants and fix framebuffer translation errorsGravatar Yuri Kunde Schlesner2015-04-05
| * IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-03
|/
* Services: Stubs and minor changesGravatar purpasmart962015-04-02
* Merge pull request #656 from Subv/nzGravatar bunnei2015-03-22
|\
| * Service/FS: Document and log some unknown values.Gravatar Subv2015-03-19
* | Merge pull request #655 from purpasmart96/hid_fixesGravatar bunnei2015-03-17
|\ \
| * | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-16
* | | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-16
|/ /
| * Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Gravatar Subv2015-03-14
|/
* Merge pull request #642 from bunnei/touchpadGravatar bunnei2015-03-11
|\
| * hid_user: Removed unnecessary includes.Gravatar bunnei2015-03-11
| * HID: Removed unnecessary global variables.Gravatar bunnei2015-03-11
| * HID: Added additional variable comments and some code cleanups.Gravatar bunnei2015-03-10
| * HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
* | Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-10
|\ \
| | * HID: Cleanup how `next_touch_index` is calculated for Pad and touch.Gravatar bunnei2015-03-10
| | * HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.Gravatar bunnei2015-03-10
| | * HID: Added static asserts to check register position in shared memory.Gravatar bunnei2015-03-10
| | * HID: Added functions to emulate the touchpad.Gravatar bunnei2015-03-10
| | * HID: Moved some docstrings to the header.Gravatar bunnei2015-03-10
| | * HID: Refactored shared memory decoding for touchpad support.Gravatar bunnei2015-03-10
| |/ |/|
| * Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-09
* | Merge pull request #589 from kevinhartman/config-errorsGravatar bunnei2015-03-09
|\ \
| | * Implement SetLcdForceBlack, move register enum to hw.hGravatar archshift2015-03-05
| |/ |/|
* | Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
* | Merge pull request #622 from Subv/titlesGravatar Yuri Kunde Schlesner2015-03-02
|\ \
| * | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.Gravatar Subv2015-03-02