| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | am: re-namespace frontend applets to frontend directory | 2024-01-29 | 7 | -26/+26 | |
| | | |||||
| * | result: Make fully constexpr, add ON_RESULT_INCLUDED | 2024-01-25 | 1 | -3/+3 | |
| | | |||||
| * | service: hid: Create abstracted pad structure | 2024-01-11 | 1 | -1/+1 | |
| | | |||||
| * | hid_core: Move hid to it's own subproject | 2024-01-05 | 1 | -3/+3 | |
| | | |||||
| * | yuzu: Constrain mouse in render window when emulated | 2023-11-24 | 1 | -5/+5 | |
| | | |||||
| * | general: Use console mode helper across project | 2023-08-22 | 2 | -3/+3 | |
| | | |||||
| * | general: Convert use_docked_mode to an enumeration | 2023-08-22 | 2 | -2/+5 | |
| | | | | | Allows some special interactions with it in the Qt frontend. | ||||
| * | android: native: Add support for custom Vulkan driver loading. | 2023-06-03 | 1 | -12/+5 | |
| | | |||||
| * | core: frontend: Refactor GraphicsContext to its own module. | 2023-06-03 | 3 | -47/+72 | |
| | | |||||
| * | service: nfc: Merge device interfaces and create the device manager | 2023-05-05 | 2 | -6/+6 | |
| | | |||||
| * | Merge pull request #10006 from german77/profile_select | 2023-04-01 | 2 | -4/+15 | |
| |\ | | | | | service: am: Improve profile select applet | ||||
| | * | service: am: Improve profile select applet | 2023-03-29 | 2 | -4/+15 | |
| | | | |||||
| * | | applet: controller: Implement cancel button | 2023-03-30 | 2 | -2/+2 | |
| |/ | |||||
| * | qt: implement RequestExit for applets | 2023-03-25 | 17 | -9/+63 | |
| | | |||||
| * | general: fix spelling mistakes | 2023-03-12 | 1 | -1/+1 | |
| | | |||||
| * | gl_device: Use a more robust way to use strict context mode | 2022-12-13 | 1 | -0/+6 | |
| | | | | | | | 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. | ||||
| * | applets/controller: Use aliases for callbacks | 2022-12-05 | 2 | -3/+5 | |
| | | |||||
| * | applets/error: Use aliases for callbacks | 2022-12-05 | 2 | -9/+11 | |
| | | |||||
| * | applets/mii_edit: Use aliases for callbacks | 2022-12-05 | 2 | -3/+5 | |
| | | |||||
| * | applets/profile_select: Use aliases for callbacks | 2022-12-05 | 2 | -4/+5 | |
| | | | | | Deduplicates callback definitions and situates it in one place. | ||||
| * | applets/web_browser: Use aliases for callbacks | 2022-12-05 | 2 | -18/+17 | |
| | | | | | Deduplicates a lot of long callback declarations | ||||
| * | applets/software_keyboard: Use aliases for callbacks | 2022-12-05 | 2 | -21/+16 | |
| | | | | | | Deduplicates really long std::function declarations to make the interface nicer to read. | ||||
| * | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 1 | -0/+1 | |
| |\ | | | | | general: fix compile for Apple Clang | ||||
| | * | general: fix compile for Apple Clang | 2022-11-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Vulkan: update initialization | 2022-11-27 | 1 | -0/+2 | |
| |/ | | | | Co-authored-by: bylaws <bylaws@users.noreply.github.com> | ||||
| * | general: Address review comments | 2022-11-13 | 2 | -4/+5 | |
| | | |||||
| * | service: am: Implement cabinet applet backend | 2022-11-13 | 2 | -0/+56 | |
| | | |||||
| * | yuzu: Add 16:10 aspect ratio | 2022-10-10 | 2 | -0/+3 | |
| | | |||||
| * | Merge pull request #8633 from Morph1984/optional-keys | 2022-07-27 | 1 | -0/+2 | |
| |\ | | | | | applet/swkbd: Implement optional symbol keys | ||||
| | * | applet/swkbd: Implement optional symbol keys | 2022-07-24 | 1 | -0/+2 | |
| | | | | | | | | | 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. | ||||
| * | | chore: make yuzu REUSE compliant | 2022-07-27 | 2 | -6/+4 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 | ||||
| * | core: Replace all instances of ResultCode with Result | 2022-06-26 | 2 | -9/+9 | |
| | | |||||
| * | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 1 | -1/+1 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 16 | -48/+32 | |
| | | | | | | 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. | ||||
| * | applets/mii: Remove frontend parameters | 2022-03-21 | 2 | -17/+4 | |
| | | | | | These are unused for now as we do not support a frontend implementation. | ||||
| * | service: Move mii enums and structs into its own file | 2022-03-21 | 1 | -1/+1 | |
| | | | | | Moves these into types.h, since other files also make use of these types. | ||||
| * | applets: Rename Mii to MiiEdit | 2022-03-21 | 2 | -7/+8 | |
| | | |||||
| * | core: Reduce unused includes | 2022-03-19 | 1 | -1/+0 | |
| | | |||||
| * | Merge pull request #7964 from german77/miiii | 2022-03-16 | 2 | -0/+54 | |
| |\ | | | | | applet: mii: Simple implementation of mii applet | ||||
| | * | applet: mii: Simple implementation of mii applet | 2022-02-28 | 2 | -0/+54 | |
| | | | |||||
| * | | emu_window: Create a way to Cancel the exit of a Scoped | 2022-03-07 | 1 | -1/+10 | |
| |/ | | | | | | | | | 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. | ||||
| * | general: Rename NewUUID to UUID, and remove the previous UUID impl | 2022-02-05 | 2 | -6/+5 | |
| | | | | | This completes the removal of the old UUID implementation. | ||||
| * | profile: Migrate to the new UUID implementation | 2022-02-05 | 2 | -6/+6 | |
| | | |||||
| * | core/hid: Fix controller type validation | 2021-12-29 | 1 | -5/+5 | |
| | | |||||
| * | core/hid: Rename NpadType to NpadStyleIndex | 2021-11-24 | 1 | -5/+5 | |
| | | |||||
| * | Morph review first wave | 2021-11-24 | 1 | -3/+2 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 2 | -34/+25 | |
| | | | | | review fixes | ||||
| * | core/frontend: Update applets | 2021-11-24 | 1 | -9/+14 | |
| | | |||||
| * | core: Remove frontend/input | 2021-11-24 | 1 | -217/+0 | |
| | | |||||
| * | core/emu_window: Remove touch input | 2021-11-24 | 2 | -113/+15 | |
| | | |||||