summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* core/emu_window: Remove touch inputgerman772021-11-251-88/+10
* core: Remove unused includesameerj2021-11-041-1/+0
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
* emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash2021-04-231-4/+7
* emu_window: unsigned -> u32Lioncash2021-04-231-7/+7
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* Always initialize keyboard inputgerman2021-01-151-3/+2
* Add mutitouch support for touch screensgerman2021-01-151-19/+23
* Allow to return up to 16 touch inputs per enginegerman2021-01-151-3/+5
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-4/+6
* frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2020-05-151-1/+1
* core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash2019-05-041-0/+2
* general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-3/+3
* core/frontend/emu_window: Make ClipToTouchScreen a const member functionLioncash2019-02-271-1/+1
* core: Namespace EmuWindowLioncash2018-08-121-0/+4
* frontend: Update for undocked Switch screen layout.bunnei2018-01-111-35/+13
* Merge pull request #2899 from wwylele/touch-refactorbunnei2017-08-291-13/+58
|\
| * EmuWindow: refactor touch input into a TouchDevicewwylele2017-08-241-13/+58
* | SidebySide Layout (#2859)ThaMighty902017-08-251-0/+3
|/
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-23/+0
* Move screen size constants from video_core to coreYuri Kunde Schlesner2017-05-281-5/+3
* Merge pull request #2512 from SonofUgly/custom-layoutbunnei2017-03-221-11/+15
|\
| * Add custom layout settings.SonofUgly2017-02-231-11/+15
* | Input: remove unused stuff & clean upwwylele2017-03-011-25/+1
* | Core: Make PerfStats internally lockedYuri Kunde Schlesner2017-02-271-1/+1
* | PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner2017-02-271-3/+2
* | hid: remove the touch field from PadState (#2557)Weiyi Wang2017-02-111-2/+0
* | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen2017-01-291-6/+6
|/
* Frontend: make motion sensor interfaced thread-safewwylele2016-12-291-0/+3
* Frontend: emulate motion sensorwwylele2016-12-261-0/+22
* core: Move emu_window and key_map into coreMerryMage2016-12-231-0/+107