summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * service: filesystem: Return proper error codes for CreateFileGravatar Morph2021-05-011-2/+7
* | Disable touch if setting is not enabledGravatar german772021-04-302-2/+2
|/
* Merge pull request #6226 from german77/sevensixGravatar bunnei2021-04-297-12/+201
|\
| * address commentsGravatar german772021-04-262-5/+5
| * hid: Implement SevenSixAxis and ConsoleSixAxisSensorGravatar german772021-04-237-12/+201
* | service: Eliminate cases of member shadowingGravatar Lioncash2021-04-2615-76/+81
* | nvhost_vic: Fix device closureGravatar ameerj2021-04-242-10/+8
* | Merge pull request #6234 from Morph1984/stub-amGravatar Mat M2021-04-242-1/+10
|\ \
| * | ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEna...Gravatar Morph2021-04-232-1/+10
* | | Merge pull request #6235 from german77/ectx_awGravatar Mat M2021-04-243-0/+47
|\ \ \
| * | | glue: Add ectx:aw placeholderGravatar german772021-04-243-0/+47
| | |/ | |/|
* | | Merge pull request #6228 from lioncash/semiGravatar bunnei2021-04-231-6/+7
|\ \ \ | |_|/ |/| |
| * | lm: Make use of insert_or_assign() in Log()Gravatar Lioncash2021-04-231-1/+1
| * | lm: Prevent redundant map lookups in Log()Gravatar Lioncash2021-04-231-4/+5
| * | lm: Resolve -Wextra-semi warningGravatar Lioncash2021-04-231-1/+1
* | | Merge pull request #6229 from lioncash/unused-varGravatar bunnei2021-04-232-6/+0
|\ \ \ | |_|/ |/| |
| * | acc/lbl: Remove unused variablesGravatar Lioncash2021-04-232-6/+0
| |/
* / service: hid: Get transfer memory for InitializeSevenSixAxisSensorGravatar Morph2021-04-221-1/+38
|/
* Merge pull request #6214 from Morph1984/time-fix-kirby-clashGravatar bunnei2021-04-211-3/+5
|\
| * time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotGravatar Morph2021-04-191-1/+2
| * time: Fix GetClockSnapshotFromSystemClockContextGravatar Morph2021-04-191-2/+3
* | Merge pull request #6217 from Morph1984/consistent-writebuffersGravatar bunnei2021-04-193-5/+12
|\ \
| * | general: Write buffers before pushing raw argumentsGravatar Morph2021-04-193-5/+12
| |/
* | Merge pull request #6215 from lioncash/duplicateGravatar bunnei2021-04-192-2/+1
|\ \
| * | npad: Remove duplicated class member variableGravatar Lioncash2021-04-192-2/+1
| |/
* | arp: Use type alias for issue functionGravatar Lioncash2021-04-191-4/+4
* | arp: Prevent uninitialized read of launch member variableGravatar Lioncash2021-04-191-1/+1
|/
* applets: Send focus state change message on applet state changeGravatar Morph2021-04-1710-22/+56
* applets: Make the applet mode a protected property of AppletGravatar Morph2021-04-1714-22/+20
* Merge pull request #6125 from ogniK5377/nvdec-close-devGravatar bunnei2021-04-161-6/+4
|\
| * nvdrv: Cleanup CDMA Processor on device closureGravatar Chloe Marcec2021-03-301-6/+4
* | applets/swkbd: Implement the Normal and Inline Software Keyboard AppletGravatar Morph2021-04-153-13/+1487
* | ILibraryAppletCreator: Implement CreateHandleStorageGravatar Morph2021-04-152-6/+64
* | hle_ipc: Add helper functions to get copy/move handlesGravatar Morph2021-04-152-2/+16
* | ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsGravatar Morph2021-04-151-2/+2
* | applets: Pass in the LibraryAppletMode each applet's constructorGravatar Morph2021-04-1513-33/+58
* | applets: Remove the previous software keyboard applet implementationGravatar Morph2021-04-152-227/+6
* | Merge pull request #6196 from bunnei/asserts-settingGravatar bunnei2021-04-1428-28/+28
|\ \
| * | common: Move settings to common from core.Gravatar bunnei2021-04-1428-28/+28
* | | k_resource_limit: Minor cleanup of member variables/headersGravatar ameerj2021-04-144-21/+13
* | | Merge pull request #6185 from ameerj/process-reslimitGravatar bunnei2021-04-132-38/+27
|\ \ \ | |/ / |/| |
| * | kernel/process: Replace process resource limit instance with the kernel's res...Gravatar ameerj2021-04-122-38/+27
* | | k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Gravatar Lioncash2021-04-121-1/+1
|/ /
* | Merge pull request #6170 from Morph1984/more-time-fixesGravatar bunnei2021-04-116-21/+38
|\ \
| * | service: time: Setup the network clock with the local clock contextGravatar Morph2021-04-086-21/+38
* | | Merge pull request #6167 from Morph1984/time-fixGravatar bunnei2021-04-101-3/+8
|\ \ \
| * | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUserGravatar Morph2021-04-071-3/+8
* | | | Merge pull request #6112 from ogniK5377/pctlGravatar bunnei2021-04-104-31/+244
|\ \ \ \
| * | | | Addressed issuesGravatar Chloe Marcec2021-03-302-21/+22
| * | | | pctl: Rework how pctl works to be more accurateGravatar Chloe Marcec2021-03-274-31/+243