summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12609 from liamwhite/wrong-name-againGravatar Narr the Reg2024-01-095-51/+38
|\
| * vi: connect vsync event handle lifetime to application display service interfaceGravatar Liam2024-01-074-24/+11
| * vi: fix name of nvnflingerGravatar Liam2024-01-072-27/+27
* | Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-0826-93/+93
|/
* Merge pull request #12600 from german77/npad-implGravatar liamwhite2024-01-073-21/+72
|\
| * service: hid: Implement GetLastActiveNpadGravatar german772024-01-061-3/+6
| * service: hid: Implement AssigningSingleOnSlSrPressGravatar german772024-01-061-2/+12
| * service: hid: Implement SetNpadSystemExtStateEnabledGravatar german772024-01-063-8/+20
| * service: hid: Implement CaptureButtonAssignmentGravatar german772024-01-063-8/+34
* | Merge pull request #12599 from german77/settingsGravatar liamwhite2024-01-0711-370/+384
|\ \ | |/ |/|
| * service: set: Rename filesGravatar german772024-01-0611-11/+11
| * service: set: Use official namesGravatar german772024-01-069-359/+373
* | service: hid: Add functions needed by QlaunchGravatar Narr the Reg2024-01-062-6/+60
|/
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-0595-9717/+60
* Merge pull request #12557 from merryhime/termination-ipiGravatar liamwhite2024-01-041-4/+4
|\
| * KThread: Send termination interrupt to all cores a thread has affinity toGravatar Merry2024-01-021-4/+4
* | service: hid: Remove data races when handling shared memoryGravatar Narr the Reg2024-01-0317-29/+45
* | service: hid: Implement NpadResource and NpadDataGravatar Narr the Reg2024-01-0317-676/+1925
|/
* Merge pull request #12536 from german77/npad_interfaceGravatar liamwhite2024-01-0136-227/+698
|\
| * service: hid: Use applet resource to get latest shared memory handleGravatar Narr the Reg2023-12-3136-227/+698
* | Merge pull request #12454 from liamwhite/ct-stuffGravatar Narr the Reg2024-01-017-46/+43
|\ \
| * | core_timing: use static typing for no-wait unscheduleGravatar Liam2023-12-231-1/+2
| * | core_timing: remove user data valueGravatar Liam2023-12-237-46/+42
* | | Merge pull request #12466 from liamwhite/sh2Gravatar Narr the Reg2024-01-013-12/+23
|\ \ \
| * | | core: track separate heap allocation for linuxGravatar Liam2023-12-253-12/+23
* | | | Merge pull request #12513 from liamwhite/jit-fixGravatar Narr the Reg2024-01-013-18/+144
|\ \ \ \ | |_|_|/ |/| | |
| * | | jit: use code memory handles correctlyGravatar Liam2023-12-293-18/+144
* | | | k_capabilities: simplify KTrace map skip logicGravatar Liam2023-12-281-2/+4
|/ / /
* | | Merge pull request #12455 from liamwhite/end-waitGravatar liamwhite2023-12-263-31/+10
|\ \ \
| * | | kernel: use simple mutex for object list containerGravatar Liam2023-12-233-31/+10
| | |/ | |/|
* | | am/jit: reference memory instance from contextGravatar Liam2023-12-243-5/+7
* | | kernel: remove unecessary process member from handle tableGravatar Liam2023-12-242-6/+3
* | | service: fetch objects from the client handle tableGravatar Liam2023-12-2412-66/+45
| |/ |/|
* | kernel: fix resource limit imbalanceGravatar Liam2023-12-223-8/+7
* | kernel: restrict nce to applicationsGravatar Liam2023-12-222-3/+2
* | general: properly support multiple memory instancesGravatar Liam2023-12-2214-85/+72
* | k_server_session: remove scratch buffer usage in favor of direct copyGravatar Liam2023-12-221-39/+124
* | k_server_session: process for guest serversGravatar Liam2023-12-226-250/+1135
* | kernel: instantiate memory separately for each guest processGravatar Liam2023-12-227-42/+41
|/
* service: hid: Fix crash on InitializeVibrationDeviceGravatar Narr the Reg2023-12-201-1/+1
* Merge pull request #12392 from liamwhite/modeGravatar Fernando S2023-12-192-8/+17
|\
| * fs: implement OpenDirectoryModeGravatar Liam2023-12-182-8/+17
* | Merge pull request #12304 from liamwhite/flinger-wtfGravatar Fernando S2023-12-193-3/+37
|\ \
| * | nvnflinger: mark buffer as acquired when acquiredGravatar Liam2023-12-163-3/+37
* | | Merge pull request #12349 from Kelebek1/return_system_channels_activeGravatar liamwhite2023-12-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Have GetActiveChannelCount return the system channels instead of host device ...Gravatar Kelebek12023-12-161-1/+1
* | | Merge pull request #12378 from liamwhite/offsetofGravatar liamwhite2023-12-162-0/+2
|\ \ \
| * | | set: add cstddef for offsetof macroGravatar Liam2023-12-162-0/+2
| |/ /
* | | Merge pull request #12331 from liamwhite/layer-confusionGravatar liamwhite2023-12-168-42/+74
|\ \ \ | |/ / |/| |
| * | vi: fix confusion between closing and destroying layersGravatar Liam2023-12-128-42/+74