aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2021-05-03core: Resolve misc cases of variable shadowingLioncash
2021-05-02Merge pull request #6269 from lioncash/file-shadowbunnei
2021-05-02Merge pull request #6265 from Morph1984/snap-save-fixbunnei
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2021-05-01service: filesystem: Return proper error codes for CreateFileMorph
2021-04-30Disable touch if setting is not enabledgerman77
2021-04-30Merge pull request #6257 from Morph1984/fix-use-after-free-webappletbunnei
2021-04-29Merge pull request #6226 from german77/sevensixbunnei
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringMorph
2021-04-27loader: Resolve instances of variable shadowingLioncash
2021-04-26address commentsgerman77
2021-04-26service: Eliminate cases of member shadowingLioncash
2021-04-24nvhost_vic: Fix device closureameerj
2021-04-24Merge pull request #6234 from Morph1984/stub-amMat M
2021-04-24Merge pull request #6235 from german77/ectx_awMat M
2021-04-24glue: Add ectx:aw placeholdergerman77
2021-04-24Merge pull request #6230 from Morph1984/default-resource-sizebunnei
2021-04-23Merge pull request #6227 from lioncash/metabunnei
2021-04-23hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman77
2021-04-23ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEna...Morph
2021-04-23Merge pull request #6228 from lioncash/semibunnei
2021-04-23Merge pull request #6229 from lioncash/unused-varbunnei
2021-04-23Merge pull request #6231 from lioncash/aesbunnei
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentMorph
2021-04-23Merge pull request #6232 from lioncash/alias2bunnei
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash
2021-04-23emu_window: unsigned -> u32Lioncash
2021-04-23aes_util: Make use of std::spanLioncash
2021-04-23acc/lbl: Remove unused variablesLioncash
2021-04-23lm: Make use of insert_or_assign() in Log()Lioncash
2021-04-23lm: Prevent redundant map lookups in Log()Lioncash
2021-04-23lm: Resolve -Wextra-semi warningLioncash
2021-04-23program_metadata: Explicitly specify copy/move functionsLioncash
2021-04-22service: hid: Get transfer memory for InitializeSevenSixAxisSensorMorph
2021-04-21Merge pull request #6214 from Morph1984/time-fix-kirby-clashbunnei
2021-04-19Merge pull request #6217 from Morph1984/consistent-writebuffersbunnei
2021-04-19Merge pull request #6215 from lioncash/duplicatebunnei
2021-04-19general: Write buffers before pushing raw argumentsMorph
2021-04-19arp: Use type alias for issue functionLioncash
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash
2021-04-19npad: Remove duplicated class member variableLioncash
2021-04-19time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph
2021-04-19time: Fix GetClockSnapshotFromSystemClockContextMorph
2021-04-17applets: Send focus state change message on applet state changeMorph
2021-04-17applets: Make the applet mode a protected property of AppletMorph
2021-04-16Merge pull request #6125 from ogniK5377/nvdec-close-devbunnei
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initMorph
2021-04-15applets/swkbd: Implement the Default Software Keyboard frontendMorph
2021-04-15applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph