summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
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
2021-01-15Add mutitouch support for touch screensgerman
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2020-12-18applets/web: Implement the online web browser appletMorph
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph
2020-12-18frontend/input_interpreter: Add InputInterpreter APIMorph
2020-12-18applets/web: Implement the default web browser applet frontendMorph
2020-12-18applets: Remove the previous web browser applet implementationMorph
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-29Merge pull request #4939 from german77/MouseInputbunnei
2020-11-25Implement full mouse supportgerman
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-23Fix warnings in core/frontend/input.h with [[maybe_unused]]bunnei
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-11-22input_common: Treat warnings as errorsLioncash
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15controllers/npad: Add heuristics to reduce rumble state changesMorph
2020-11-15hid: Reorder all HID commandsMorph
2020-11-15settings: Preparation for per-game input settingsMorph
2020-10-26controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-30Merge pull request #4291 from german77/ImplementControllerRumbleDavid
2020-09-29First implementation of controller rumblegerman
2020-09-25frontend/controller: Eliminate dependency on the global system instanceLioncash
2020-09-17Merge pull request #4594 from german77/MotionHIDbunnei
2020-09-04Remove RealMotionDevicegerman
2020-09-04Include HID and configuration changes related to motiongerman