summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir_rst.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-221/+0
|
* HID: zero unused PadState bitswwylele2017-08-101-1/+1
|
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-2/+2
| | | | | Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* fixup!ir: implement new 3ds HID via ir:rstwwylele2017-05-071-31/+32
|
* ir: implement new 3ds HID via ir:rstwwylele2017-05-041-13/+172
|
* IR: separate functions of each port to their own fileswwylele2017-02-261-0/+37
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-1/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+4
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* IR: Move The IR services to their own folder and implement "GetHandles"purpasmart962015-04-041-0/+24