| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_interpreter: Fix button hold being interpreted incorrectly on init | 2021-04-15 | 2 | -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 frontend | 2021-04-15 | 2 | -2/+236 | |
| | | |||||
| * | applets/swkbd: Implement the Normal and Inline Software Keyboard Applet | 2021-04-15 | 4 | -13/+1488 | |
| | | |||||
| * | ILibraryAppletCreator: Implement CreateHandleStorage | 2021-04-15 | 2 | -6/+64 | |
| | | | | | Used by Monster Hunter Generations Ultimate | ||||
| * | hle_ipc: Add helper functions to get copy/move handles | 2021-04-15 | 2 | -2/+16 | |
| | | |||||
| * | ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logs | 2021-04-15 | 1 | -2/+2 | |
| | | | | | Avoids unnecessary console spam when the inline software keyboard is used. | ||||
| * | applets: Pass in the LibraryAppletMode each applet's constructor | 2021-04-15 | 13 | -33/+58 | |
| | | |||||
| * | applets: Remove the previous software keyboard applet implementation | 2021-04-15 | 4 | -280/+7 | |
| | | |||||
| * | Merge pull request #6196 from bunnei/asserts-setting | 2021-04-14 | 45 | -461/+53 | |
| |\ | | | | | core: settings: Add setting for debug assertions and disable by default. | ||||
| | * | common: Move settings to common from core. | 2021-04-14 | 45 | -462/+53 | |
| | | | | | | | | | - Removes a dependency on core and input_common from common. | ||||
| | * | core: settings: Add setting for debug assertions and disable by default. | 2021-04-14 | 1 | -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/headers | 2021-04-14 | 4 | -21/+13 | |
| | | | |||||
| * | | Merge pull request #6185 from ameerj/process-reslimit | 2021-04-13 | 2 | -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 ↵ | 2021-04-12 | 2 | -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() | 2021-04-12 | 1 | -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-fullscreen | 2021-04-11 | 1 | -0/+1 | |
| |\ \ | |/ |/| | configure_graphics: Add Borderless Windowed fullscreen mode | ||||
| | * | configure_graphics: Add Borderless Windowed fullscreen mode | 2021-04-06 | 1 | -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-fixes | 2021-04-11 | 6 | -21/+38 | |
| |\ \ | | | | | | | service: time: Setup the network clock with the local clock context | ||||
| | * | | service: time: Setup the network clock with the local clock context | 2021-04-08 | 6 | -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-fix | 2021-04-10 | 1 | -3/+8 | |
| |\ \ \ | | | | | | | | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | ||||
| | * | | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | 2021-04-07 | 1 | -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/pctl | 2021-04-10 | 6 | -31/+254 | |
| |\ \ \ \ | | | | | | | | | | | pctl: Rework how pctl works to be more accurate | ||||
| | * | | | | Addressed issues | 2021-03-30 | 2 | -21/+22 | |
| | | | | | | |||||
| | * | | | | pctl: Rework how pctl works to be more accurate | 2021-03-27 | 6 | -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_opus | 2021-04-10 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | externals: Search for shared opus installation. | ||||
| | * | | | | | externals: Search for shared opus installation. | 2021-04-08 | 1 | -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-mem | 2021-04-10 | 24 | -173/+2095 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Kernel Rework: Derive memory regions from board layout. | ||||
| | * | | | | | | hle: kernel: Breakup InitializeMemoryLayout. | 2021-03-23 | 1 | -3/+7 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_region_type: Minor code cleanup. | 2021-03-23 | 1 | -13/+12 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_region: Minor code cleanup. | 2021-03-23 | 1 | -7/+5 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_layout: Use pair instead of tuple. | 2021-03-23 | 1 | -2/+4 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_system_control: Remove unnecessary inline. | 2021-03-23 | 1 | -4/+4 | |
| | | | | | | | | |||||
| | * | | | | | | common: common_sizes: Move sizes to the Common namespace. | 2021-03-23 | 4 | -45/+46 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType. | 2021-03-21 | 2 | -11/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes clang errors with mixed enum arithmetic. | ||||
| | * | | | | | | hle: kernel: Remove unused variable. | 2021-03-21 | 1 | -1/+0 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_region_type: Remove extra ". | 2021-03-21 | 1 | -1/+1 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. | 2021-03-21 | 3 | -35/+47 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_layout: Derive memory regions based on board layout. | 2021-03-21 | 6 | -56/+1033 | |
| | | | | | | | | |||||
| | * | | | | | | common: common_sizes: Move Invalid to Size_* prefix and add missing values. | 2021-03-21 | 1 | -14/+14 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_memory_region: Refactor to simplify code. | 2021-03-21 | 2 | -83/+89 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: board: k_system_control: Extend to include memory region sizes. | 2021-03-21 | 2 | -1/+125 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: board: Add secure_monitor module. | 2021-03-21 | 2 | -0/+27 | |
| | | | | | | | | |||||
| | * | | | | | | common: Move common sizes to their own header for code reuse. | 2021-03-21 | 1 | -13/+1 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: k_address_space_info: Cleanup. | 2021-03-21 | 1 | -9/+9 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: Add k_trace module. | 2021-03-21 | 2 | -0/+13 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: KSystemControl: Update to reflect board-specific behavior. | 2021-03-21 | 4 | -10/+41 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize. | 2021-03-21 | 2 | -0/+26 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: KMemoryManager: Add aliases. | 2021-03-21 | 1 | -0/+4 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: Add architecture and board specific memory regions. | 2021-03-21 | 2 | -0/+72 | |
| | | | | | | | | |||||
| | * | | | | | | hle: kernel: KMemoryRegion: Derive region values. | 2021-03-21 | 1 | -0/+327 | |
| | | | | | | | | |||||