summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
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
2020-02-25renderer_opengl: Add texture mailbox support for presenter thread.bunnei
2020-02-25core: frontend: emu_window: Add TextureMailbox class.bunnei
2020-02-14Add 4:3 aspect ratio and address feedbackMorph
2020-02-14Address feedbackMorph
2020-02-13Use enumeration instead of magic numbersMorph
2020-02-13Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph
2020-02-03Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2020-01-15Moved analog direction logic to sdl_implCJBok
2019-06-24general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman
2019-06-24frontend: Add base class and default impl for ECommerce applet frontendZach Hilman
2019-06-24web_browser: Rename OpenPage to OpenPageLocalZach Hilman
2019-06-24frontend: Add base class and default impl of parent controls applet frontendZach Hilman
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-04core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-17web_browser: Make OpenPage non-constZach Hilman
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman
2019-04-17general_frontend: Add frontend scaffold for PhotoViewer appletZach Hilman
2019-04-17frontend: Add frontend receiver for Error appletZach Hilman
2019-04-17web_browser: Make OpenPage constZach Hilman
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei