summaryrefslogtreecommitdiff
path: root/src/core/frontend/emu_window.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2021-11-24core/emu_window: Remove touch inputgerman77
2021-11-03core: Remove unused includesameerj
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash
2021-04-23emu_window: unsigned -> u32Lioncash
2021-04-14common: Move settings to common from core.bunnei
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-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2019-05-04core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-02-27core/frontend/emu_window: Make ClipToTouchScreen a const member functionLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-08-29Merge pull request #2899 from wwylele/touch-refactorbunnei
2017-08-25SidebySide Layout (#2859)ThaMighty90
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-03-21Merge pull request #2512 from SonofUgly/custom-layoutbunnei
2017-03-01Input: remove unused stuff & clean upwwylele
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner
2017-02-23Add custom layout settings.SonofUgly
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang
2017-01-29core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen
2016-12-29Frontend: make motion sensor interfaced thread-safewwylele
2016-12-26Frontend: emulate motion sensorwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage