summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6257 from Morph1984/fix-use-after-free-webappletGravatar bunnei2021-04-302-6/+7
|\
| * applets/web: Fix a use-after-free when passing in the URL stringGravatar Morph2021-04-282-6/+7
* | Merge pull request #6226 from german77/sevensixGravatar bunnei2021-04-299-15/+212
|\ \ | |/ |/|
| * address commentsGravatar german772021-04-262-5/+5
| * hid: Implement SevenSixAxis and ConsoleSixAxisSensorGravatar german772021-04-239-15/+212
* | loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-2719-169/+257
* | 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-244-0/+49
|\ \ \
| * | | glue: Add ectx:aw placeholderGravatar german772021-04-244-0/+49
| | |/ | |/|
* | | Merge pull request #6230 from Morph1984/default-resource-sizeGravatar bunnei2021-04-243-4/+8
|\ \ \
| * | | program_metadata: Set a default resource size when a NPDM is not presentGravatar Morph2021-04-233-4/+8
* | | | Merge pull request #6227 from lioncash/metaGravatar bunnei2021-04-231-0/+6
|\ \ \ \
| * | | | program_metadata: Explicitly specify copy/move functionsGravatar Lioncash2021-04-231-0/+6
* | | | | 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
| |/ / /
* | | | Merge pull request #6231 from lioncash/aesGravatar bunnei2021-04-232-9/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | aes_util: Make use of std::spanGravatar Lioncash2021-04-232-9/+5
| |/ /
* | | Merge pull request #6232 from lioncash/alias2Gravatar bunnei2021-04-232-24/+27
|\ \ \ | |_|/ |/| |
| * | emu_window: Return pair from ClipToTouchScreen() instead of tupleGravatar Lioncash2021-04-232-5/+8
| * | emu_window: unsigned -> u32Gravatar Lioncash2021-04-232-21/+21
| |/
* / 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
* | input_interpreter: Fix button hold being interpreted incorrectly on initGravatar Morph2021-04-152-1/+17
* | applets/swkbd: Implement the Default Software Keyboard frontendGravatar Morph2021-04-152-2/+236
* | applets/swkbd: Implement the Normal and Inline Software Keyboard AppletGravatar Morph2021-04-154-13/+1488
* | 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-154-280/+7
* | Merge pull request #6196 from bunnei/asserts-settingGravatar bunnei2021-04-1445-461/+53
|\ \