summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Constrain mouse in render window when emulatedNarr the Reg2023-11-251-5/+5
* core: frontend: Refactor GraphicsContext to its own module.bunnei2023-06-031-45/+3
* general: fix spelling mistakesLiam2023-03-121-1/+1
* gl_device: Use a more robust way to use strict context modeAlexander Orzechowski2022-12-131-0/+6
* Vulkan: update initializationLiam2022-11-271-0/+2
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* emu_window: Create a way to Cancel the exit of a Scopedlat9nq2022-03-081-1/+10
* core/emu_window: Remove touch inputgerman772021-11-251-25/+5
* core: Remove unused includesameerj2021-11-041-1/+0
* emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash2021-04-231-1/+1
* emu_window: unsigned -> u32Lioncash2021-04-231-14/+14
* Always initialize keyboard inputgerman2021-01-151-4/+5
* Add mutitouch support for touch screensgerman2021-01-151-4/+8
* Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-231-2/+2
* emu_window: Mark Scoped constructor and Acquire() as nodiscardLioncash2020-08-141-2/+2
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-071-5/+36
* Address review and fix broken yuzu-tester buildJames Rowe2020-03-261-1/+1
* Frontend/GPU: Refactor context managementJames Rowe2020-03-251-16/+28
* renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei2020-02-271-41/+0
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-261-3/+0
* core: frontend: emu_window: Add TextureMailbox class.bunnei2020-02-261-0/+41
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+7
* emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2019-05-261-2/+1
* core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash2019-05-041-0/+2
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-141-9/+30
|\
| * QT Frontend: Migrate to QOpenGLWindowJames Rowe2019-01-221-9/+30
* | core/frontend/emu_window: Make ClipToTouchScreen a const member functionLioncash2019-02-271-1/+1
|/
* emu_window: Ensure WindowConfig members are always initializedLioncash2018-08-151-3/+3
* core: Namespace EmuWindowLioncash2018-08-121-0/+4
* frontend: Update for undocked Switch screen layout.bunnei2018-01-111-3/+3
* EmuWindow: refactor touch input into a TouchDevicewwylele2017-08-241-26/+5
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-83/+0
* Move framebuffer_layout from Common to CoreYuri Kunde Schlesner2017-05-281-1/+1
* Input: remove unused stuff & clean upwwylele2017-03-011-52/+0
* InputCommon: add Keyboardwwylele2017-03-011-2/+0
* Frontend: make motion sensor interfaced thread-safewwylele2016-12-291-2/+5
* Frontend: emulate motion sensorwwylele2016-12-261-8/+41
* core: Move emu_window and key_map into coreMerryMage2016-12-231-0/+290