summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hle: kernel: Add initial impl. of KSlabAllocated.Gravatar bunnei2021-05-051-0/+152
| * | | hle: kernel: Add initial impl. of KAutoObjectWithListContainer.Gravatar bunnei2021-05-052-0/+107
| * | | hle: kernel: Add initial impl. of KAutoObject.Gravatar bunnei2021-05-052-0/+304
| | |/ | |/|
* | | Merge pull request #6287 from lioncash/ldr-copyGravatar bunnei2021-05-071-5/+3
|\ \ \ | |/ / |/| |
| * | ldr: Simplify memory copy within LoadNro()Gravatar Lioncash2021-05-061-5/+3
* | | Merge pull request #6279 from ogniK5377/nvhost-profGravatar bunnei2021-05-051-3/+14
|\ \ \ | |/ / |/| |
| * | Update src/core/hle/service/nvdrv/interface.cppGravatar bunnei2021-05-051-1/+1
| * | nvdrv: /dev/nvhost-prof-gpu for productionGravatar Chloe Marcec2021-05-031-3/+14
* | | service: Remove unused class variablesGravatar Lioncash2021-05-053-7/+4
| |/ |/|
* | service: Resolve cases of member field shadowingGravatar Lioncash2021-05-0456-101/+103
|/
* hid: Fix touch not initializing properly if disabledGravatar german772021-05-022-2/+10
* Merge pull request #6265 from Morph1984/snap-save-fixGravatar bunnei2021-05-021-2/+7
|\
| * 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
|\ \