summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2021-04-19time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph
2021-04-19time: Fix GetClockSnapshotFromSystemClockContextMorph
This removes an incorrect alignment usage and corrects the positions of the popped parameters. - Fixes Super Kirby Clash crashing on boot
2021-04-17applets: Send focus state change message on applet state changeMorph
Fixes the softlock after the controller applet exits in Mario Kart 8 Deluxe.
2021-04-17applets: Make the applet mode a protected property of AppletMorph
2021-04-16Merge pull request #6125 from ogniK5377/nvdec-close-devbunnei
nvdrv: Cleanup CDMA Processor on device closure
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initMorph
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.
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
Used by Monster Hunter Generations Ultimate
2021-04-15hle_ipc: Add helper functions to get copy/move handlesMorph
2021-04-15ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph
Avoids unnecessary console spam when the inline software keyboard is used.
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph
2021-04-15applets: Remove the previous software keyboard applet implementationMorph
2021-04-14Merge pull request #6196 from bunnei/asserts-settingbunnei
core: settings: Add setting for debug assertions and disable by default.
2021-04-14common: Move settings to common from core.bunnei
- Removes a dependency on core and input_common from common.
2021-04-14core: settings: Add setting for debug assertions and disable by default.bunnei
- 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.
2021-04-14k_resource_limit: Minor cleanup of member variables/headersameerj
2021-04-13Merge pull request #6185 from ameerj/process-reslimitbunnei
kernel/process: Replace process resource limit instance with the kernel's resource limit
2021-04-12kernel/process: Replace process resource limit instance with the kernel's ↵ameerj
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.
2021-04-12k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Lioncash
This function has a void return value, so this attribute doesn't apply to it.
2021-04-11Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenbunnei
configure_graphics: Add Borderless Windowed fullscreen mode
2021-04-11Merge pull request #6170 from Morph1984/more-time-fixesbunnei
service: time: Setup the network clock with the local clock context
2021-04-10Merge pull request #6167 from Morph1984/time-fixbunnei
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
2021-04-10Merge pull request #6112 from ogniK5377/pctlbunnei
pctl: Rework how pctl works to be more accurate
2021-04-10Merge pull request #6172 from degasus/cmake_opusbunnei
externals: Search for shared opus installation.
2021-04-10Merge pull request #6099 from bunnei/derive-membunnei
Kernel Rework: Derive memory regions from board layout.
2021-04-09Merge pull request #6171 from german77/servicesbunnei
service: Update service function tables and use proper names
2021-04-09Merge pull request #6156 from lioncash/lock-discardbunnei
kernel: Mark lock helper classes as [[nodiscard]]
2021-04-09Merge pull request #6113 from german77/playhistorybunnei
Friend: Stub GetPlayHistoryRegistrationKey
2021-04-09Merge pull request #6158 from german77/hidServiceTablesbunnei
hid: Update service function tables
2021-04-09Merge pull request #6162 from degasus/no_spin_loopsbunnei
video_core: Avoid spin loops.
2021-04-09ns: Update to 12.xMorph
2021-04-09aoc_u: Update to 12.xMorph
2021-04-09nim: Update to 12.xMorph
2021-04-09npns: Update to 12.xMorph
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph
2021-04-09vi: Update to 12.xMorph
2021-04-09erpt: Update to 12.xMorph
2021-04-09btm: Update to 12.xMorph
2021-04-09btdrv: Update to 12.xMorph
2021-04-08Merge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClampbunnei
service: hid: Stub SetAnalogStickUseCenterClamp
2021-04-08wlan: Update to 12.xgerman77
2021-04-08usb: Use proper namesgerman77
2021-04-08ITimeZoneService: Update to 12.xgerman77
2021-04-08spl: Update to 12.xgerman77
2021-04-08sfdnsres: Use proper namesgerman77
2021-04-08nsd: Update to 12.xgerman77
2021-04-08ethc: Update to 12.xgerman77
2021-04-08sm: Use proper names, update to 12.xgerman77
2021-04-08set_sys: Update to 12.xgerman77