summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_interpreter: Fix button hold being interpreted incorrectly on initGravatar Morph2021-04-152-1/+17
| | | | We reset all the button states to 0 except the first index (which has all the buttons as pressed) to prevent a button hold being interpreted as a button that was pressed once on the first poll.
* 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
| | | | Used by Monster Hunter Generations Ultimate
* 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
| | | | Avoids unnecessary console spam when the inline software keyboard is used.
* 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
|\ | | | | core: settings: Add setting for debug assertions and disable by default.
| * common: Move settings to common from core.Gravatar bunnei2021-04-1445-462/+53
| | | | | | | | - Removes a dependency on core and input_common from common.
| * core: settings: Add setting for debug assertions and disable by default.Gravatar bunnei2021-04-141-0/+1
| | | | | | | | | | | | - This is a developer-only setting and no longer needs to be enabled by default. - Also adds "use_auto_stub" setting to SDL frontend while we are here. - Supersedes #1340.
* | 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 resource limit
| * kernel/process: Replace process resource limit instance with the kernel's ↵Gravatar ameerj2021-04-122-38/+27
| | | | | | | | | | | | resource limit This commit addresses the inaccurate behavior of kernel processes creating their own resource limit, rather than utilizing the kernel's system-wide resource limit instance.
* | k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Gravatar Lioncash2021-04-121-1/+1
| | | | | | | | | | This function has a void return value, so this attribute doesn't apply to it.
* | Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenGravatar bunnei2021-04-111-0/+1
|\ \ | |/ |/| configure_graphics: Add Borderless Windowed fullscreen mode
| * configure_graphics: Add Borderless Windowed fullscreen modeGravatar Morph2021-04-061-0/+1
| | | | | | | | | | | | The borderless windowed fullscreen mode solves several issues with the presentation of the overlay dialogs and on-screen keyboard in exclusive fullscreen mode, and also has other benefits such as smoother gameplay, lower latency and a significant reduction in screen tearing. Co-authored-by: Its-Rei <kupfel@gmail.com>
* | Merge pull request #6170 from Morph1984/more-time-fixesGravatar bunnei2021-04-116-21/+38
|\ \ | | | | | | service: time: Setup the network clock with the local clock context
| * | service: time: Setup the network clock with the local clock contextGravatar Morph2021-04-086-21/+38
| | | | | | | | | | | | Setting the network time allows some time based events using the network clock to not reset.
* | | Merge pull request #6167 from Morph1984/time-fixGravatar bunnei2021-04-101-3/+8
|\ \ \ | | | | | | | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
| * | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUserGravatar Morph2021-04-071-3/+8
| | | | | | | | | | | | | | | | CalculateStandardUserSystemClockDifferenceByUser passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments.
* | | | Merge pull request #6112 from ogniK5377/pctlGravatar bunnei2021-04-106-31/+254
|\ \ \ \ | | | | | | | | | | pctl: Rework how pctl works to be more accurate
| * | | | Addressed issuesGravatar Chloe Marcec2021-03-302-21/+22
| | | | |
| * | | | pctl: Rework how pctl works to be more accurateGravatar Chloe Marcec2021-03-276-31/+253
| | | | | | | | | | | | | | | | | | | | Introduces the usage of compatibilities to allow it the module to be closer to how it works on hardware.
* | | | | Merge pull request #6172 from degasus/cmake_opusGravatar bunnei2021-04-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | externals: Search for shared opus installation.
| * | | | | externals: Search for shared opus installation.Gravatar Markus Wick2021-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had used conan for opus before, but there was a bug in the AVX detection. However we still had the Findopus.cmake file within the repository, but not used. This patch reenables the Findopus helper and prefer the system wide installation of opus.
* | | | | | Merge pull request #6099 from bunnei/derive-memGravatar bunnei2021-04-1024-173/+2095
|\ \ \ \ \ \ | | | | | | | | | | | | | | Kernel Rework: Derive memory regions from board layout.
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes clang errors with mixed enum arithmetic.
| * | | | | | hle: kernel: Remove unused variable.Gravatar bunnei2021-03-211-1/+0
| | | | | | |
| * | | | | | hle: kernel: k_memory_region_type: Remove extra ".Gravatar bunnei2021-03-211-1/+1
| | | | | | |
| * | | | | | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.Gravatar bunnei2021-03-213-35/+47
| | | | | | |
| * | | | | | hle: kernel: k_memory_layout: Derive memory regions based on board layout.Gravatar bunnei2021-03-216-56/+1033
| | | | | | |
| * | | | | | common: common_sizes: Move Invalid to Size_* prefix and add missing values.Gravatar bunnei2021-03-211-14/+14
| | | | | | |
| * | | | | | hle: kernel: k_memory_region: Refactor to simplify code.Gravatar bunnei2021-03-212-83/+89
| | | | | | |
| * | | | | | hle: kernel: board: k_system_control: Extend to include memory region sizes.Gravatar bunnei2021-03-212-1/+125
| | | | | | |
| * | | | | | hle: kernel: board: Add secure_monitor module.Gravatar bunnei2021-03-212-0/+27
| | | | | | |
| * | | | | | common: Move common sizes to their own header for code reuse.Gravatar bunnei2021-03-211-13/+1
| | | | | | |
| * | | | | | hle: kernel: k_address_space_info: Cleanup.Gravatar bunnei2021-03-211-9/+9
| | | | | | |
| * | | | | | hle: kernel: Add k_trace module.Gravatar bunnei2021-03-212-0/+13
| | | | | | |
| * | | | | | hle: kernel: KSystemControl: Update to reflect board-specific behavior.Gravatar bunnei2021-03-214-10/+41
| | | | | | |
| * | | | | | hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize.Gravatar bunnei2021-03-212-0/+26
| | | | | | |
| * | | | | | hle: kernel: KMemoryManager: Add aliases.Gravatar bunnei2021-03-211-0/+4
| | | | | | |
| * | | | | | hle: kernel: Add architecture and board specific memory regions.Gravatar bunnei2021-03-212-0/+72
| | | | | | |
| * | | | | | hle: kernel: KMemoryRegion: Derive region values.Gravatar bunnei2021-03-211-0/+327
| | | | | | |