summaryrefslogtreecommitdiff
path: root/src/core/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Constrain mouse in render window when emulatedGravatar Narr the Reg2023-11-241-5/+5
* general: Use console mode helper across projectGravatar lat9nq2023-08-222-3/+3
* general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-222-2/+5
* android: native: Add support for custom Vulkan driver loading.Gravatar bunnei2023-06-031-12/+5
* core: frontend: Refactor GraphicsContext to its own module.Gravatar bunnei2023-06-033-47/+72
* service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-052-6/+6
* Merge pull request #10006 from german77/profile_selectGravatar liamwhite2023-04-012-4/+15
|\
| * service: am: Improve profile select appletGravatar Narr the Reg2023-03-292-4/+15
* | applet: controller: Implement cancel buttonGravatar german772023-03-302-2/+2
|/
* qt: implement RequestExit for appletsGravatar Liam2023-03-2517-9/+63
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* gl_device: Use a more robust way to use strict context modeGravatar Alexander Orzechowski2022-12-131-0/+6
* applets/controller: Use aliases for callbacksGravatar Lioncash2022-12-052-3/+5
* applets/error: Use aliases for callbacksGravatar Lioncash2022-12-052-9/+11
* applets/mii_edit: Use aliases for callbacksGravatar Lioncash2022-12-052-3/+5
* applets/profile_select: Use aliases for callbacksGravatar Lioncash2022-12-052-4/+5
* applets/web_browser: Use aliases for callbacksGravatar Lioncash2022-12-052-18/+17
* applets/software_keyboard: Use aliases for callbacksGravatar Lioncash2022-12-052-21/+16
* Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-031-0/+1
|\
| * general: fix compile for Apple ClangGravatar Liam2022-11-221-0/+1
* | Vulkan: update initializationGravatar Liam2022-11-271-0/+2
|/
* general: Address review commentsGravatar german772022-11-132-4/+5
* service: am: Implement cabinet applet backendGravatar german772022-11-132-0/+56
* yuzu: Add 16:10 aspect ratioGravatar Narr the Reg2022-10-102-0/+3
* Merge pull request #8633 from Morph1984/optional-keysGravatar liamwhite2022-07-271-0/+2
|\
| * applet/swkbd: Implement optional symbol keysGravatar Morph2022-07-241-0/+2
* | chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-272-6/+4
|/
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-262-9/+9
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2316-48/+32
* applets/mii: Remove frontend parametersGravatar Morph2022-03-212-17/+4
* service: Move mii enums and structs into its own fileGravatar Morph2022-03-211-1/+1
* applets: Rename Mii to MiiEditGravatar Morph2022-03-212-7/+8
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* Merge pull request #7964 from german77/miiiiGravatar bunnei2022-03-162-0/+54
|\
| * applet: mii: Simple implementation of mii appletGravatar german772022-02-282-0/+54
* | emu_window: Create a way to Cancel the exit of a ScopedGravatar lat9nq2022-03-071-1/+10
|/
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-052-6/+5
* profile: Migrate to the new UUID implementationGravatar Morph2022-02-052-6/+6
* core/hid: Fix controller type validationGravatar german772021-12-291-5/+5
* core/hid: Rename NpadType to NpadStyleIndexGravatar german772021-11-241-5/+5
* Morph review first waveGravatar german772021-11-241-3/+2
* kraken: Address comments from reviewGravatar german772021-11-242-34/+25
* core/frontend: Update appletsGravatar german772021-11-241-9/+14
* core: Remove frontend/inputGravatar german772021-11-241-217/+0
* core/emu_window: Remove touch inputGravatar german772021-11-242-113/+15
* core/hid: Move input_interpreter to hidGravatar german772021-11-242-206/+0
* Fix screenshot dimensions when at 1x scaleGravatar ameerj2021-11-202-11/+7
* bootmanager: Fix screenshot resolution factor usageGravatar ameerj2021-11-162-10/+7
* applets/swkbd: Skip text checking if the text has been confirmedGravatar Morph2021-11-082-5/+6