summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \
| * | common: Move settings to common from core.Gravatar bunnei2021-04-1445-462/+53
| * | core: settings: Add setting for debug assertions and disable by default.Gravatar bunnei2021-04-141-0/+1
* | | 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 #6135 from Morph1984/borderless-windowed-fullscreenGravatar bunnei2021-04-111-0/+1
|\ \ \ | |/ / |/| |
| * | configure_graphics: Add Borderless Windowed fullscreen modeGravatar Morph2021-04-061-0/+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-106-31/+254
|\ \ \ \ \
| * | | | | Addressed issuesGravatar Chloe Marcec2021-03-302-21/+22
| * | | | | pctl: Rework how pctl works to be more accurateGravatar Chloe Marcec2021-03-276-31/+253
* | | | | | Merge pull request #6172 from degasus/cmake_opusGravatar bunnei2021-04-101-1/+1
|\ \ \ \ \ \
| * | | | | | externals: Search for shared opus installation.Gravatar Markus Wick2021-04-081-1/+1
* | | | | | | Merge pull request #6099 from bunnei/derive-memGravatar bunnei2021-04-1024-173/+2095
|\ \ \ \ \ \ \
| * | | | | | | hle: kernel: Breakup InitializeMemoryLayout.Gravatar bunnei2021-03-231-3/+7
| * | | | | | | hle: kernel: k_memory_region_type: Minor code cleanup.Gravatar bunnei2021-03-231-13/+12
| * | | | | | | hle: kernel: k_memory_region: Minor code cleanup.Gravatar bunnei2021-03-231-7/+5
| * | | | | | | hle: kernel: k_memory_layout: Use pair instead of tuple.Gravatar bunnei2021-03-231-2/+4
| * | | | | | | hle: kernel: k_system_control: Remove unnecessary inline.Gravatar bunnei2021-03-231-4/+4
| * | | | | | | common: common_sizes: Move sizes to the Common namespace.Gravatar bunnei2021-03-234-45/+46
| * | | | | | | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType.Gravatar bunnei2021-03-212-11/+9