summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
2022-10-10yuzu: Add 16:10 aspect ratioNarr the Reg
2022-07-27Merge pull request #8633 from Morph1984/optional-keysliamwhite
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-24applet/swkbd: Implement optional symbol keysMorph
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-21applets/mii: Remove frontend parametersMorph
2022-03-21service: Move mii enums and structs into its own fileMorph
2022-03-21applets: Rename Mii to MiiEditMorph
2022-03-19core: Reduce unused includesameerj
2022-03-16Merge pull request #7964 from german77/miiiibunnei
2022-03-07emu_window: Create a way to Cancel the exit of a Scopedlat9nq
2022-02-28applet: mii: Simple implementation of mii appletgerman77
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05profile: Migrate to the new UUID implementationMorph
2021-12-29core/hid: Fix controller type validationgerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24Morph review first wavegerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/frontend: Update appletsgerman77
2021-11-24core: Remove frontend/inputgerman77
2021-11-24core/emu_window: Remove touch inputgerman77
2021-11-24core/hid: Move input_interpreter to hidgerman77
2021-11-20Fix screenshot dimensions when at 1x scaleameerj
2021-11-16bootmanager: Fix screenshot resolution factor usageameerj
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph
2021-11-03core: Remove unused includesameerj
2021-09-22core/profile_select: Avoid uninitialized read in SelectProfile()Lioncash
2021-07-14applets: Append applet_ prefix to backend appletsMorph
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
2021-05-30input_common: Analog button, use time based position instead of frequent updatesgerman77
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-04-30Merge pull request #6257 from Morph1984/fix-use-after-free-webappletbunnei
2021-04-29Merge pull request #6226 from german77/sevensixbunnei
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringMorph
2021-04-23hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman77
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash
2021-04-23emu_window: unsigned -> u32Lioncash
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initMorph
2021-04-15applets/swkbd: Implement the Default Software Keyboard frontendMorph
2021-04-15applets: Remove the previous software keyboard applet implementationMorph
2021-04-14common: Move settings to common from core.bunnei
2021-02-07hid: Implement GC controllergerman
2021-02-06Make settings controller image change with controller inputgerman
2021-01-20Merge pull request #5270 from german77/multiTouchbunnei
2021-01-16input_interpreter: Mark two member functions as constLioncash
2021-01-16input_interpreter: Add method to check for a button press stateMorph
2021-01-15Always initialize keyboard inputgerman