Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-29 | am: re-namespace frontend applets to frontend directory | Liam | |
2024-01-25 | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | |
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2023-11-24 | yuzu: Constrain mouse in render window when emulated | Narr the Reg | |
2023-08-22 | general: Use console mode helper across project | lat9nq | |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-06-03 | android: native: Add support for custom Vulkan driver loading. | bunnei | |
2023-06-03 | core: frontend: Refactor GraphicsContext to its own module. | bunnei | |
2023-05-05 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | |
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-25 | qt: implement RequestExit for applets | Liam | |
2023-03-12 | general: fix spelling mistakes | Liam | |
2022-12-13 | gl_device: Use a more robust way to use strict context mode | Alexander Orzechowski | |
Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform. | |||
2022-12-05 | applets/controller: Use aliases for callbacks | Lioncash | |
2022-12-05 | applets/error: Use aliases for callbacks | Lioncash | |
2022-12-05 | applets/mii_edit: Use aliases for callbacks | Lioncash | |
2022-12-05 | applets/profile_select: Use aliases for callbacks | Lioncash | |
Deduplicates callback definitions and situates it in one place. | |||
2022-12-05 | applets/web_browser: Use aliases for callbacks | Lioncash | |
Deduplicates a lot of long callback declarations | |||
2022-12-05 | applets/software_keyboard: Use aliases for callbacks | Lioncash | |
Deduplicates really long std::function declarations to make the interface nicer to read. | |||
2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
general: fix compile for Apple Clang | |||
2022-11-27 | Vulkan: update initialization | Liam | |
Co-authored-by: bylaws <bylaws@users.noreply.github.com> | |||
2022-11-22 | general: fix compile for Apple Clang | Liam | |
2022-11-13 | general: Address review comments | german77 | |
2022-11-13 | service: am: Implement cabinet applet backend | german77 | |
2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | |
2022-07-27 | Merge pull request #8633 from Morph1984/optional-keys | liamwhite | |
applet/swkbd: Implement optional symbol keys | |||
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | |
[REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254 | |||
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-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
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-03-21 | applets/mii: Remove frontend parameters | Morph | |
These are unused for now as we do not support a frontend implementation. | |||
2022-03-21 | service: Move mii enums and structs into its own file | Morph | |
Moves these into types.h, since other files also make use of these types. | |||
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-07 | emu_window: Create a way to Cancel the exit of a Scoped | lat9nq | |
If a GraphicsContext is destroyed before its Scoped is destroyed, this causes a crash as the Scoped tries to call a method in the destroyed context on exit. Add a way to Cancel the call when we know that calling the GraphicsContext will not work. | |||
2022-02-28 | applet: mii: Simple implementation of mii applet | german77 | |
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 | |
2021-12-29 | core/hid: Fix controller type validation | german77 | |
2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
2021-11-24 | Morph review first wave | german77 | |
2021-11-24 | kraken: Address comments from review | german77 | |
review fixes | |||
2021-11-24 | core/frontend: Update applets | german77 | |
2021-11-24 | core: Remove frontend/input | german77 | |
2021-11-24 | core/emu_window: Remove touch input | german77 | |