| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-06 | Merge pull request #5326 from german77/hidUpdate1 | bunnei | |
| HID: Update the HID service to match more closely to switchbrew part 1 | |||
| 2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | |
| 2021-02-03 | Fix npad struct to match switchbrew | german | |
| 2021-02-02 | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | |
| 2021-01-31 | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | |
| Used by RetroArch | |||
| 2021-01-30 | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | |
| Used by Family Feud | |||
| 2021-01-25 | hle: Implement remaining services for Stereo Vision | Chloe Marcec | |
| Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo | |||
| 2021-01-20 | hle: service: am: Stub ↵ | bunnei | |
| ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero. - Used by Monster Hunter Rise demo. | |||
| 2021-01-15 | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | ReinUsesLisp | |
| INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior. | |||
| 2021-01-02 | general: Fix various spelling errors | Morph | |
| 2020-12-18 | applets/web: Implement the online web browser applet | Morph | |
| 2020-12-18 | main, applets/web: Re-add progress dialog for RomFS extraction | Morph | |
| 2020-12-18 | pl_u, applets/web: Decrypt shared fonts to TTF files | Morph | |
| 2020-12-18 | applets/web: Implement the default web browser applet frontend | Morph | |
| 2020-12-18 | applets/web: Implement the offline browser applet backend | Morph | |
| 2020-12-18 | applets/web: Initial implementation of the web browser applet | Morph | |
| 2020-12-18 | applets: Remove the previous web browser applet implementation | Morph | |
| 2020-12-08 | Merge pull request #5166 from lioncash/log-cast | bunnei | |
| core: Remove unnecessary enum casts in log calls | |||
| 2020-12-08 | Merge pull request #5135 from Morph1984/applets-shadow | bunnei | |
| applets: Resolve variable shadowing | |||
| 2020-12-07 | core: Remove unnecessary enum casts in log calls | Lioncash | |
| Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts. | |||
| 2020-12-07 | controller: Use std::move within ConvertToFrontendParameters() | Lioncash | |
| Avoids unnecessary copies. | |||
| 2020-12-07 | controller: Avoid unnecessary copies in ConfigurationComplete() | Lioncash | |
| Avoids unnecessary 1072 byte copies when querying info about controllers. | |||
| 2020-12-05 | applets: Resolve variable shadowing | Morph | |
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
| Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | |||
| 2020-11-24 | service: am: Implement ExecuteProgram and required stubs. | bunnei | |
| - This is used by Super Mario 3D All-Stars. | |||
| 2020-11-24 | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | |
| * hle: services: Fix a crash with improper NVFlinger lifetime management. - This crash would happen when attempting to shutdown yuzu early on in boot. | |||
| 2020-11-18 | patch_manager: Remove usages of the global system instance | Lioncash | |
| With this, only 19 usages of the global system instance remain within the core library. We're almost there. | |||
| 2020-11-15 | controllers/npad: Rename NPadType to NpadStyleSet | Morph | |
| This more accurately represents the underlying type and avoids confusion with NpadType | |||
| 2020-11-15 | settings: Preparation for per-game input settings | Morph | |
| 2020-11-12 | Merge pull request #4895 from Morph1984/cave-story-plus-applet-fix | bunnei | |
| applets/controller: Introduce additional checks for mode and caller | |||
| 2020-11-08 | ipc_helpers: Remove usage of the global system instance | Lioncash | |
| Resolves numerous deprecation warnings throughout the codebase due to inclusion of this header. Now building core should be significantly less noisy (and also relying on less global state). This also uncovered quite a few modules that were relying on indirect includes, which have also been fixed. | |||
| 2020-11-08 | applets: Rename LibraryAppletVersion to ControllerAppletVersion | Morph | |
| 2020-11-08 | applets/controller: Pop normal data for StrapGuide and FirmwareUpdate | Morph | |
| 2020-11-08 | applets/controller: Introduce additional checks for mode and caller | Morph | |
| Some games like Cave Story+ set invalid values in the ControllerPrivateArg's mode and caller fields. Use other fields to determine the appropriate mode and caller should either or both fields be invalid. | |||
| 2020-11-08 | applets/controller: Add ControllerUpdateFirmwareArg struct | Morph | |
| 2020-10-27 | service: Update function tables | Lioncash | |
| Updates function tables according to info on SwitchBrew. | |||
| 2020-10-20 | Revert "core: Fix clang build" | bunnei | |
| 2020-10-17 | core: Fix clang build | Lioncash | |
| Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
| 2020-09-25 | frontend/controller: Eliminate dependency on the global system instance | Lioncash | |
| 2020-09-17 | am: Stub GetPreviousProgramIndex | Morph | |
| - Used in Super Mario 3D All-Stars | |||
| 2020-09-04 | Address feedback | Morph | |
| 2020-09-04 | applets/controller: Set min_players to have a minimum value of 1. | Morph | |
| - Some games like Shipped have a minimum requirement of 0 connected players and is undesired behavior. We must require a minimum of 1 player connected regardless of what games may ask. | |||
| 2020-09-04 | applets/controller: Implement "Explain Text" | Morph | |
| "Explain Text" is additional text that is shown for each player in the controller applet. | |||
| 2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | |
| Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
| 2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | |
| Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing. | |||
| 2020-08-14 | software_keyboard: Resolve a pessimizing move warning | Lioncash | |
| A std::vector created in place like this is already an rvalue and doesn't need to be moved. | |||
| 2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash | |
| 2020-08-07 | Merge pull request #4457 from ogniK5377/SetScreenShotPermission | bunnei | |
| am: Unstub SetScreenShotPermission | |||
