| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-21 | core: am: Demote TryPopFromFriendInvitationStorageChannel Log level | german77 | |
| 2023-04-01 | Merge pull request #10006 from german77/profile_select | liamwhite | |
| service: am: Improve profile select applet | |||
| 2023-03-30 | applet: controller: Implement cancel button | german77 | |
| 2023-03-29 | service: am: Improve profile select applet | Narr the Reg | |
| 2023-03-29 | Merge pull request #9505 from liamwhite/request-exit | liamwhite | |
| applets: implement RequestExit | |||
| 2023-03-25 | qt: implement RequestExit for applets | Liam | |
| 2023-03-25 | applets: implement RequestExit | Liam | |
| 2023-03-23 | memory: rename global memory references to application memory | Liam | |
| 2023-03-12 | kernel: convert KProcess to new style | Liam | |
| 2023-03-09 | service: nfp: Improve implementation | Narr the Reg | |
| 2023-03-06 | hle: rename legacy errors to Results | Liam | |
| 2023-03-01 | nvnflinger: fix name | Liam | |
| 2023-03-01 | service: move hle_ipc from kernel | Liam | |
| 2023-03-01 | Merge pull request #9832 from liamwhite/hle-mp | liamwhite | |
| service: HLE multiprocess | |||
| 2023-02-27 | Merge pull request #9859 from liamwhite/tmem-use | liamwhite | |
| service: avoid direct pointer access of transfer memory objects | |||
| 2023-02-24 | core: Update service function tables to 16.0.0+ | Narr the Reg | |
| 2023-02-24 | am: avoid direct pointer access of transfer memory objects | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-02-15 | Merge pull request #9796 from liamwhite/current | liamwhite | |
| general: rename CurrentProcess to ApplicationProcess | |||
| 2023-02-15 | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage | liamwhite | |
| Fix consexpr value declaration usage | |||
| 2023-02-14 | service: remove deleted services | Liam | |
| 2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change ↵ | arades79 | |
| constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
| where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
| 2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | |
| This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363. | |||
| 2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵ | liamwhite | |
| ReadBuffer" | |||
| 2022-12-28 | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | |
| 2022-12-25 | service: Use ReadBufferSpan where it is trivial to do so | ameerj | |
| 2022-11-22 | general: fix compile for Apple Clang | Liam | |
| 2022-11-20 | Merge pull request #9238 from german77/cabinet_applet | bunnei | |
| service: am: Implement cabinet applet | |||
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-13 | general: Address review comments | german77 | |
| 2022-11-13 | service: am: Fix cabinet applet result | german77 | |
| 2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
| 2022-10-30 | service: am: Stub SetRecordVolumeMuted | german77 | |
| Used by bayonetta 3 | |||
| 2022-10-22 | general: Enforce C4800 everywhere except in video_core | Morph | |
| 2022-10-12 | kernel: remove KWritableEvent | Liam | |
| 2022-09-07 | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes | Narr the Reg | |
| 2022-09-03 | core: ns: Implement pl:s service | Narr the Reg | |
| 2022-09-01 | Demote services from warning/info to debug to reduce log spam: | Kelebek1 | |
| GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree | |||
| 2022-07-24 | applet/swkbd: Implement optional symbol keys | Morph | |
| These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard. | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
| 2022-07-17 | implement resume message | Gus Caplan | |
| 2022-07-14 | service am: Update service tables to 14.0.0 | german77 | |
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-06-20 | service: am: Stub PerformSystemButtonPressingIfInFocus | Narr the Reg | |
| Used by Ring Fit Adventure | |||
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2022-04-06 | service: jit: stub JIT service | Liam | |
| 2022-04-01 | applets/web: Keep foreground (websession) web applet open | Morph | |
| This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars. | |||
