summaryrefslogtreecommitdiff
path: root/src/core/frontend (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash1-0/+1
2021-05-30input_common: Analog button, use time based position instead of frequent updatesGravatar german771-0/+15
2021-05-16core: Make variable shadowing a compile-time errorGravatar Lioncash1-1/+1
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringGravatar Morph2-6/+7
2021-04-23hid: Implement SevenSixAxis and ConsoleSixAxisSensorGravatar german771-3/+9
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleGravatar Lioncash2-5/+8
2021-04-23emu_window: unsigned -> u32Gravatar Lioncash2-21/+21
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initGravatar Morph2-1/+17
2021-04-15applets/swkbd: Implement the Default Software Keyboard frontendGravatar Morph2-2/+236
2021-04-15applets: Remove the previous software keyboard applet implementationGravatar Morph2-53/+1