summaryrefslogtreecommitdiff
path: root/src/yuzu/applets
AgeCommit message (Expand)Author
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
2019-06-24web_browser: Rename OpenPage to OpenPageLocalZach Hilman
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman
2019-06-05Merge pull request #2527 from lioncash/indexZach Hilman
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-29yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Return int instead of u32 for GetIndex()Lioncash
2019-05-24yuzu/applets/software_keyboard: Remove unused assert headerLioncash
2019-05-24yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash
2019-05-24yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash
2019-05-24yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash
2019-05-24yuzu/applets/error: Specify string conversions explicitlyLioncash
2019-05-19Merge pull request #2468 from lioncash/deductionHexagon12
2019-05-19yuzu/applets/profile_select: Mark header string as translatableLioncash
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-17web_browser: Make OpenPage non-constZach Hilman
2019-04-17qt: Add dialog implementation of Error appletZach Hilman
2019-04-17web_browser: Make OpenPage constZach Hilman
2019-04-09Merge pull request #2132 from FearlessTobi/port-4437bunnei