| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2022-03-25 | Merge pull request #8041 from Morph1984/inline-swkbd | bunnei | |
| applets/swkbd: Add support for an updated inline software keyboard | |||
| 2022-03-21 | applets/swkbd: Split software keyboard initialization | Morph | |
| Since the CalcArg struct has been updated with a new size and fields, we have to split the initialization of the keyboard into multiple functions. This also adds support for parsing the new CalcArg struct used by updated versions of Monster Hunter Rise. | |||
| 2022-03-21 | applets/swkbd: Add new inline software keyboard types | Morph | |
| These were added in newer firmware versions. | |||
| 2022-03-21 | applets/mii: Remove unused include | Morph | |
| 2022-03-21 | applets/mii: Cleanup MiiEdit applet implementation | Morph | |
| This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs. | |||
| 2022-03-21 | applets/mii: Cleanup MiiEdit applet types | Morph | |
| 2022-03-21 | applets/mii: Move MiiEdit applet types into its own file | Morph | |
| 2022-03-21 | applets: Rename Mii to MiiEdit | Morph | |
| 2022-03-19 | core: Reduce unused includes | ameerj | |
| 2022-03-16 | Merge pull request #7964 from german77/miiii | bunnei | |
| applet: mii: Simple implementation of mii applet | |||
| 2022-03-14 | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and ↵ | bunnei | |
| SessionRequestManager. | |||
| 2022-02-28 | applet: mii: Simple implementation of mii applet | german77 | |
| 2022-02-21 | service: am: Update enum names to match documentation | Narr the Reg | |
| 2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | |
| This completes the removal of the old UUID implementation. | |||
| 2022-02-05 | profile: Migrate to the new UUID implementation | Morph | |
| 2022-01-21 | service/am: Update omm function tables | Lioncash | |
| 2021-12-02 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | |
| - Used by Disney Magical World 2: Enchanted Edition | |||
| 2021-11-24 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | |
| 2021-11-24 | second commit lion review | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| review fixes | |||
| 2021-11-24 | configuration: Migrate controller settings to emulated controller | german77 | |
| 2021-11-24 | core/frontend: Update applets | german77 | |
| 2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | |
| 2021-11-08 | applets/swkbd: Fix text check message encoding | Morph | |
| The text check message can be encoded in UTF-8. | |||
| 2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | |
| Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir | |||
| 2021-11-04 | general: Get the current process program id directly from the system | Morph | |
| This allows us to avoid including KProcess' header file in files that only need to get the current process' program id. | |||
| 2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | |
| 2021-11-03 | core: Remove unused includes | ameerj | |
