summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure_system: Clear selection after user deleteGravatar Zach Hilman2018-10-231-1/+1
* profile_manager: Load user icons, names, and UUIDs from system saveGravatar Zach Hilman2018-10-235-28/+129
* acc: Load user images from config dirGravatar Zach Hilman2018-10-231-9/+45
* am: Pass current user UUID to launch parametersGravatar Zach Hilman2018-10-231-7/+9
* profile_manager: Load users from emulator settingsGravatar Zach Hilman2018-10-232-5/+7
* settings: Add users and current_user settings and remove usernameGravatar Zach Hilman2018-10-231-1/+3
* Added Amiibo support (#1390)Gravatar David2018-10-234-50/+295
* Merge pull request #1515 from DarkLordZach/dlc-lfsGravatar bunnei2018-10-234-5/+29
|\
| * qt: Add support for dumping a DLC Data RomFSGravatar Zach Hilman2018-10-172-0/+5
| * registered_cache: Deduplicate results of ListEntry and ListEntryFilterGravatar Zach Hilman2018-10-172-2/+16
| * fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdGravatar Zach Hilman2018-10-171-1/+5
| * patch_manager: Add support for using LayeredFS with DataGravatar Zach Hilman2018-10-171-2/+3
* | Merge pull request #1540 from lioncash/handleGravatar bunnei2018-10-238-98/+95
|\ \
| * | kernel/process: Make the handle table per-processGravatar Lioncash2018-10-208-98/+95
* | | Merge pull request #1545 from DarkLordZach/psmGravatar bunnei2018-10-224-0/+90
|\ \ \
| * | | psm: Stub GetChargerTypeGravatar Zach Hilman2018-10-212-24/+27
| * | | psm: Stub GetBatteryChargePercentageGravatar Zach Hilman2018-10-202-1/+14
| * | | service: Add skeleton for psm serviceGravatar Zach Hilman2018-10-204-0/+74
| |/ /
* | | Merge pull request #1538 from lioncash/queryGravatar bunnei2018-10-221-1/+1
|\ \ \
| * | | svc: Fix vma boundary check in svcQueryMemoryGravatar Lioncash2018-10-201-1/+1
| |/ /
* | | service: Add the basic skeleton for the NPNS servicesGravatar Lioncash2018-10-214-2/+109
* | | hid: Update service function table for hidbusGravatar Lioncash2018-10-211-0/+1
* | | am: Add the basic skeleton for the tcap serviceGravatar Lioncash2018-10-214-0/+44
* | | am: Update service function tablesGravatar Lioncash2018-10-214-15/+60
* | | prepo: Update service function table.Gravatar Lioncash2018-10-211-8/+13
* | | lbl: Update service function table namesGravatar Lioncash2018-10-211-28/+28
* | | Added auto controller switching to supported controllers and single joycon bu...Gravatar David Marcec2018-10-202-4/+189
|/ /
* | Merge pull request #1520 from lioncash/sanGravatar bunnei2018-10-193-3/+50
|\ \
| * | svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryGravatar Lioncash2018-10-183-3/+50
* | | Merge pull request #1526 from lioncash/svc-idGravatar bunnei2018-10-198-53/+163
|\ \ \
| * | | es: Update service function tablesGravatar Lioncash2018-10-191-7/+11
| * | | audio: Update service function tablesGravatar Lioncash2018-10-191-17/+20
| * | | omm: Update service function tablesGravatar Lioncash2018-10-191-16/+18
| * | | nifm: Update service function tablesGravatar Lioncash2018-10-191-0/+1
| * | | hid: Update service function tablesGravatar Lioncash2018-10-191-6/+45
| * | | nim: Add the basic skeleton of the nim:eca serviceGravatar Lioncash2018-10-191-0/+17
| * | | ns: Update service function tableGravatar Lioncash2018-10-191-6/+49
| * | | set_cal: Update service function tableGravatar Lioncash2018-10-191-1/+2
* | | | Merge pull request #1530 from DarkLordZach/aoc-8Gravatar bunnei2018-10-192-1/+16
|\ \ \ \
| * | | | aoc_u: Stub GetAddOnContentListChangedEventGravatar Zach Hilman2018-10-192-1/+16
* | | | | Merge pull request #1516 from lioncash/hidGravatar bunnei2018-10-1918-19/+33
|\ \ \ \ \
| * | | | | hid/controller: Remove unused header inclusionsGravatar Lioncash2018-10-179-9/+0
| * | | | | hid/controller/npad: Remove unused dump_idx member variableGravatar Lioncash2018-10-171-1/+0
| * | | | | hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...Gravatar Lioncash2018-10-171-1/+1
| * | | | | hid/controller/npad: Remove #pragma once from the cpp fileGravatar Lioncash2018-10-171-2/+0
| * | | | | hid/controller/npad: Move npad_id_list into the cpp fileGravatar Lioncash2018-10-172-2/+10
| * | | | | hid/controller/npad: Remove unnecessary const from void return typeGravatar Lioncash2018-10-172-2/+2
| * | | | | hid/controller: Default the destructors of all controller types in the cpp fileGravatar Lioncash2018-10-1716-0/+16
| * | | | | controller_base: Default the base class constructor and destructor in the cpp...Gravatar Lioncash2018-10-172-2/+4
| | |_|/ / | |/| | |
* | | | | crypto: Use compressed sizes in offset calculation for KIP decompressionGravatar Zach Hilman2018-10-191-1/+2
| |/ / / |/| | |