summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
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
2020-09-04applets/controller: Resolve several compiler warningsMorph
2020-09-04Address feedbackMorph
2020-09-04applets/controller: Modify heuristic to account for certain gamesMorph
2020-09-04applets/controller: Implement fallback applet for the SDL frontendMorph
2020-09-04applets/controller: Implement "Explain Text"Morph
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph
2020-08-30Address second batch of reviewsFearlessTobi
2020-08-14emu_window: Mark Scoped constructor and Acquire() as nodiscardLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
2020-03-25Address review and fix broken yuzu-tester buildJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-03-11framebuffer_layout.h: drop the use of enum for screen dimensions.Vitor Kiguchi
2020-02-26renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei