summaryrefslogtreecommitdiff
path: root/src/core/frontend (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-24yuzu: Constrain mouse in render window when emulatedGravatar Narr the Reg1-5/+5
2023-08-22general: Use console mode helper across projectGravatar lat9nq2-3/+3
2023-08-22general: Convert use_docked_mode to an enumerationGravatar lat9nq2-2/+5
2023-06-03android: native: Add support for custom Vulkan driver loading.Gravatar bunnei1-12/+5
2023-06-03core: frontend: Refactor GraphicsContext to its own module.Gravatar bunnei3-47/+72
2023-05-05service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2-6/+6
2023-03-30applet: controller: Implement cancel buttonGravatar german772-2/+2
2023-03-29service: am: Improve profile select appletGravatar Narr the Reg2-4/+15
2023-03-25qt: implement RequestExit for appletsGravatar Liam17-9/+63
2023-03-12general: fix spelling mistakesGravatar Liam1-1/+1
2022-12-13gl_device: Use a more robust way to use strict context modeGravatar Alexander Orzechowski1-0/+6
2022-12-05applets/controller: Use aliases for callbacksGravatar Lioncash2-3/+5
2022-12-05applets/error: Use aliases for callbacksGravatar Lioncash2-9/+11
2022-12-05applets/mii_edit: Use aliases for callbacksGravatar Lioncash2-3/+5
2022-12-05applets/profile_select: Use aliases for callbacksGravatar Lioncash2-4/+5
2022-12-05applets/web_browser: Use aliases for callbacksGravatar Lioncash2-18/+17
2022-12-05applets/software_keyboard: Use aliases for callbacksGravatar Lioncash2-21/+16
2022-11-27Vulkan: update initializationGravatar Liam1-0/+2
2022-11-22general: fix compile for Apple ClangGravatar Liam1-0/+1
2022-11-13general: Address review commentsGravatar german772-4/+5
2022-11-13service: am: Implement cabinet applet backendGravatar german772-0/+56
2022-10-10yuzu: Add 16:10 aspect ratioGravatar Narr the Reg2-0/+3
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2-6/+4
2022-07-24applet/swkbd: Implement optional symbol keysGravatar Morph1-0/+2
2022-06-26core: Replace all instances of ResultCode with ResultGravatar german772-9/+9
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph16-48/+32
2022-03-21applets/mii: Remove frontend parametersGravatar Morph2-17/+4
2022-03-21service: Move mii enums and structs into its own fileGravatar Morph1-1/+1
2022-03-21applets: Rename Mii to MiiEditGravatar Morph2-7/+8
2022-03-19core: Reduce unused includesGravatar ameerj1-1/+0
2022-03-07emu_window: Create a way to Cancel the exit of a ScopedGravatar lat9nq1-1/+10
2022-02-28applet: mii: Simple implementation of mii appletGravatar german772-0/+54
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2-6/+5
2022-02-05profile: Migrate to the new UUID implementationGravatar Morph2-6/+6
2021-12-29core/hid: Fix controller type validationGravatar german771-5/+5
2021-11-24core/hid: Rename NpadType to NpadStyleIndexGravatar german771-5/+5
2021-11-24Morph review first waveGravatar german771-3/+2
2021-11-24kraken: Address comments from reviewGravatar german772-34/+25
2021-11-24core/frontend: Update appletsGravatar german771-9/+14
2021-11-24core: Remove frontend/inputGravatar german771-217/+0
2021-11-24core/emu_window: Remove touch inputGravatar german772-113/+15
2021-11-24core/hid: Move input_interpreter to hidGravatar german772-206/+0
2021-11-20Fix screenshot dimensions when at 1x scaleGravatar ameerj2-11/+7
2021-11-16bootmanager: Fix screenshot resolution factor usageGravatar ameerj2-10/+7
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedGravatar Morph2-5/+6
2021-11-03core: Remove unused includesGravatar ameerj5-5/+0
2021-09-22core/profile_select: Avoid uninitialized read in SelectProfile()Gravatar Lioncash1-1/+2
2021-07-14applets: Append applet_ prefix to backend appletsGravatar Morph2-2/+2
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-1/+1