summaryrefslogtreecommitdiff
path: root/src/core/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Include HID and configuration changes related to motionGravatar german2020-09-041-0/+27
* | applets/controller: Resolve several compiler warningsGravatar Morph2020-09-041-1/+2
* | Address feedbackGravatar Morph2020-09-041-0/+2
* | applets/controller: Modify heuristic to account for certain gamesGravatar Morph2020-09-041-7/+12
* | applets/controller: Implement fallback applet for the SDL frontendGravatar Morph2020-09-041-1/+34
* | applets/controller: Implement "Explain Text"Gravatar Morph2020-09-041-0/+3
* | Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-042-0/+85
|/
* Address second batch of reviewsGravatar FearlessTobi2020-08-301-0/+1
* emu_window: Mark Scoped constructor and Acquire() as nodiscardGravatar Lioncash2020-08-141-2/+2
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+1
* frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Gravatar Morph2020-05-152-1/+6
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-1/+1
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsGravatar ReinUsesLisp2020-04-071-5/+36
* Address review and fix broken yuzu-tester buildGravatar James Rowe2020-03-251-1/+1
* Frontend/GPU: Refactor context managementGravatar James Rowe2020-03-243-57/+28
* framebuffer_layout.h: drop the use of enum for screen dimensions.Gravatar Vitor Kiguchi2020-03-112-10/+10
* renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.Gravatar bunnei2020-02-261-41/+0
* core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.Gravatar bunnei2020-02-253-23/+23
* frontend: sdl2: emu_window: Implement separate presentation thread.Gravatar bunnei2020-02-251-3/+0
* renderer_opengl: Add texture mailbox support for presenter thread.Gravatar bunnei2020-02-251-0/+1
* core: frontend: emu_window: Add TextureMailbox class.Gravatar bunnei2020-02-251-0/+41
* Add 4:3 aspect ratio and address feedbackGravatar Morph2020-02-142-10/+13
* Address feedbackGravatar Morph2020-02-142-18/+26
* Use enumeration instead of magic numbersGravatar Morph2020-02-132-5/+11
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowGravatar Morph2020-02-131-2/+15
* Merge pull request #3337 from ReinUsesLisp/vulkan-stagedGravatar bunnei2020-02-031-0/+7
|\
| * yuzu: Implement Vulkan frontendGravatar ReinUsesLisp2020-01-291-0/+7
* | Moved analog direction logic to sdl_implGravatar CJBok2020-01-151-0/+10
|/
* general_frontend: Add documentation for parental controls and ecommerce appletsGravatar Zach Hilman2019-06-242-4/+32
* frontend: Add base class and default impl for ECommerce applet frontendGravatar Zach Hilman2019-06-242-0/+102
* web_browser: Rename OpenPage to OpenPageLocalGravatar Zach Hilman2019-06-242-7/+7
* frontend: Add base class and default impl of parent controls applet frontendGravatar Zach Hilman2019-06-242-1/+52
* yuzu/bootmanager: Treat the resolution factor as a u32Gravatar Lioncash2019-06-032-13/+21
* Merge pull request #1931 from DarkLordZach/mii-database-1Gravatar bunnei2019-05-302-7/+6
|\
| * profile_select: Port Service::Account::UUID to Common::UUIDGravatar Zach Hilman2019-04-252-7/+6
* | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyGravatar ReinUsesLisp2019-05-261-2/+1
* | core/frontend/emu_window: Make GraphicsContext's destructor virtualGravatar Lioncash2019-05-042-0/+4
|/
* web_browser: Make OpenPage non-constGravatar Zach Hilman2019-04-172-3/+3
* main: Add GMainWindow hooks for Error displayGravatar Zach Hilman2019-04-171-1/+1
* general_frontend: Add frontend scaffold for PhotoViewer appletGravatar Zach Hilman2019-04-172-0/+55
* frontend: Add frontend receiver for Error appletGravatar Zach Hilman2019-04-172-0/+71
* web_browser: Make OpenPage constGravatar Zach Hilman2019-04-172-3/+3
* Merge pull request #2017 from jroweboy/glwidgetGravatar bunnei2019-04-131-9/+30
|\
| * QT Frontend: Migrate to QOpenGLWindowGravatar James Rowe2019-01-211-9/+30
* | general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-3/+3
* | Merge pull request #2170 from lioncash/emu-windowGravatar bunnei2019-02-272-2/+2
|\ \
| * | core/frontend/emu_window: Make ClipToTouchScreen a const member functionGravatar Lioncash2019-02-272-2/+2
* | | common/math_util: Move contents into the Common namespaceGravatar Lioncash2019-02-272-7/+7
* | | common/vector_math: Move Vec[x] types into the Common namespaceGravatar Lioncash2019-02-261-1/+1
|/ /
* / frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.Gravatar bunnei2019-01-232-0/+41
|/