summaryrefslogtreecommitdiff
path: root/src/yuzu/applets
AgeCommit message (Expand)Author
2021-05-27applets/swkbd: Make use of std::move where applicableMorph
2021-05-25Merge pull request #6339 from Morph1984/swkbd-queuedconnectionbunnei
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-22applets/swkbd: Make use of QueuedConnection in returnPressed signalMorph
2021-05-19applets/swkbd: Send the correct text string on TextCheck::ConfirmMorph
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringMorph
2021-04-24applets/swkbd: Fix software keyboard button hint scalingIts-Rei
2021-04-15applets/swkbd: Implement the Qt Software Keyboard frontendMorph
2021-04-15error: Make the error code as the title text of the OverlayDialogMorph
2021-04-15applets: Remove the previous software keyboard applet implementationMorph
2021-04-13applets/controller: Hook up the "Motion" button functionalityMorph
2021-02-07hid: Implement GC controllergerman
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2021-01-02general: Fix various spelling errorsMorph
2021-01-01configure_input: Modify controller connection delayMorph
2020-12-18applets/web: Implement the online web browser appletMorph
2020-12-18applets/web: Fix keyboard to emulated controller inputMorph
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph
2020-12-18applets/web: Implement the Qt web browser applet frontendMorph
2020-12-18web_browser_scripts: Add injection scripts for the web browserMorph
2020-12-18applets: Remove the previous web browser applet implementationMorph
2020-12-05applets: Resolve variable shadowingMorph
2020-11-20applets/controller: Use a pair of emulated controller index to controller typeMorph
2020-11-15general: Fix compiler warnings on linux and miscellaneous changesMorph
2020-11-15applets/controller: Change the input button to create input profilesMorph
2020-11-15input: Disconnect a controller prior to connecting a new oneMorph
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15configure_input: Add per-player vibrationMorph
2020-11-15settings: Remove global vibration strength modifierMorph
2020-11-15configure_input: Hook up the vibration percentage spinboxMorph
2020-11-15settings: Preparation for per-game input settingsMorph
2020-11-15applets/controller: Auto accept a valid single player configurationMorph
2020-11-15ui/themes: Cleanup UIMorph
2020-10-26Merge pull request #4834 from lioncash/copy-fnbunnei
2020-10-26controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash
2020-10-25Merge pull request #4827 from lioncash/truncRodrigo Locatti
2020-10-25Merge pull request #4828 from lioncash/lockguardRodrigo Locatti
2020-10-25general: Use template deduction guides for lock_guardLioncash
2020-10-25controller: Convert led_patterns integer literals to bool literalsLioncash
2020-10-25applets/profile_select: Resolve a warning in exec()Morph
2020-10-22Don't ask for profile when there's only one.Kewlan
2020-09-04applets/controller: Resolve several compiler warningsMorph
2020-09-04Address feedbackMorph
2020-09-04clang-formatMorph
2020-09-04applets/controller: Load configuration prior to setting up connectionsMorph
2020-09-04applets/controller: Make 8 a static constexpr value of NUM_PLAYERSMorph
2020-09-04applets/controller: Implement "Explain Text"Morph
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-04-16General: Resolve warnings related to missing declarationsLioncash