summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10508 from yuzu-emu/limeGravatar bunnei2023-06-052-0/+6
|\
| * service: account: Save user profile folder on first user creationGravatar german772023-06-031-0/+1
| * device_memory: Use smaller virtual reservation size for compatibility with 39...Gravatar Liam2023-06-031-0/+5
* | fsp-srv: avoid patching romfs multiple timesGravatar Liam2023-06-031-8/+12
|/
* Fix incorrect id check and potential out of bounds lookupGravatar Kelebek12023-05-311-1/+1
* Merge pull request #10396 from german77/amiibo_writeGravatar bunnei2023-05-251-4/+4
|\
| * input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-211-4/+4
* | Merge pull request #10415 from german77/amiibo-no-keyGravatar bunnei2023-05-243-21/+52
|\ \
| * | service: nfc: Remove encryption key requirementGravatar Narr the Reg2023-05-223-21/+52
| |/
* / k_memory_block_manager: remove auditing callsGravatar Liam2023-05-231-6/+2
|/
* service: hid: Use span instead of vector referenceGravatar german772023-05-143-14/+14
* Merge pull request #10244 from liamwhite/lower-upperGravatar Fernando S2023-05-133-2/+34
|\
| * time: implement ContinuousAdjustmentTimePointGravatar Liam2023-05-113-2/+34
* | Merge pull request #10237 from liamwhite/cache-storageGravatar bunnei2023-05-124-4/+48
|\ \
| * | fs: adjust future save pathGravatar Liam2023-05-111-2/+2
| * | am: stub CreateCacheStorageGravatar Liam2023-05-112-1/+33
| * | fs: stub cache storage and fix params alignmentGravatar Liam2023-05-112-5/+17
| |/
* | nvnflinger: fix Parcel serializationGravatar Liam2023-05-113-39/+49
* | nvnflinger: fix producer slot fence initGravatar Liam2023-05-111-0/+1
|/
* service: nfc: Seed all random valuesGravatar Narr the Reg2023-05-092-6/+14
* service: nfp: Allow to load with a different amiibo idGravatar german772023-05-091-4/+13
* Merge pull request #10075 from Kelebek1/silence_nifm_spamGravatar bunnei2023-05-071-3/+3
|\
| * Silence nifm spamGravatar Kelebek12023-04-221-3/+3
* | core: hid: Update motion on a better placeGravatar german772023-05-071-2/+2
* | Merge pull request #10097 from german77/nfp_fullGravatar bunnei2023-05-0727-2596/+2217
|\ \
| * | service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-0525-2374/+1994
| * | core: service: Add FunctionInfoTyped to allow expanding existing interfacesGravatar german772023-04-251-8/+12
| * | service: nfc: Create mifare interfaceGravatar Narr the Reg2023-04-233-50/+58
| * | service: nfc: Create interfaceGravatar Narr the Reg2023-04-235-115/+104
* | | Merge pull request #10117 from liamwhite/sync-registerGravatar bunnei2023-05-038-5/+49
|\ \ \
| * | | kernel: match calls to Register and UnregisterGravatar Liam2023-04-298-5/+49
* | | | Merge pull request #10124 from liamwhite/pebkacGravatar Morph2023-05-031-3/+4
|\ \ \ \
| * | | | settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam2023-04-301-3/+4
| |/ / /
* / / / kernel: remove general boost listsGravatar Liam2023-04-297-19/+26
|/ / /
* | | Merge pull request #10056 from vonchenplus/audout_uGravatar Fernando S2023-04-241-6/+8
|\ \ \ | |/ / |/| |
| * | core: audio: return result when audio_out initialize failedGravatar FengChen2023-04-161-6/+8
* | | core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelGravatar german772023-04-211-1/+1
| |/ |/|
* | service: nfp: Implement debug InterfaceGravatar Narr the Reg2023-04-146-8/+444
* | service: nfp: Implement system interfaceGravatar Narr the Reg2023-04-146-17/+289
* | service: nfp: Use an unique interfaceGravatar Narr the Reg2023-04-133-69/+225
|/
* kernel: move more memory to application in 8GB arrangementGravatar Liam2023-04-091-2/+4
* kernel: switch extended memory setting to 8GB arrangementGravatar Liam2023-04-081-2/+2
* service: hid: Fix handle validationGravatar german772023-04-021-5/+1
* Merge pull request #10006 from german77/profile_selectGravatar liamwhite2023-04-012-14/+140
|\
| * service: am: Improve profile select appletGravatar Narr the Reg2023-03-292-14/+140
* | Merge pull request #9997 from german77/cancel_controllerGravatar liamwhite2023-04-012-7/+14
|\ \
| * | applet: controller: Implement cancel buttonGravatar german772023-03-302-7/+14
| |/
* | Merge pull request #9999 from german77/new_hid_hurraGravatar liamwhite2023-04-014-22/+56
|\ \
| * | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationGravatar german772023-03-294-22/+56
* | | Merge pull request #10005 from liamwhite/kernel-atomicsGravatar bunnei2023-04-012-39/+56
|\ \ \ | |_|/ |/| |