35 Commits (d76aab5336eda594cf91b0487d5b30cc3795773b)

Author SHA1 Message Date
lizzie 191e4c75a1
[meta] fix license headers (#2547) 12 months ago
lizzie 9d2681ecc9
[cmake] enable clang-cl and WoA builds (#348) 1 year ago
bunnei 56600190e4 core: frontend: Refactor GraphicsContext to its own module. 4 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
german77 d2f31e805b core/emu_window: Remove touch input 5 years ago
ameerj d27abf5546 core: Remove unused includes 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
Lioncash e19906c9b6 emu_window: Return pair from ClipToTouchScreen() instead of tuple 5 years ago
Lioncash 19caa4ffd2 emu_window: unsigned -> u32 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
german b92717bec6 Always initialize keyboard input 6 years ago
german df1070a735 Add mutitouch support for touch screens 6 years ago
german f452fbfc88 Allow to return up to 16 touch inputs per engine 6 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 6 years ago
Morph eedbf90664 frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 6 years ago
Lioncash 6f1d39e2e5 core/frontend/emu_window: Make GraphicsContext's destructor virtual 7 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 8 years ago
Lioncash 4596a529ed core/frontend/emu_window: Make ClipToTouchScreen a const member function 8 years ago
Lioncash 53e86e35eb core: Namespace EmuWindow 8 years ago
bunnei 6eda6ae6eb frontend: Update for undocked Switch screen layout. 9 years ago
ThaMighty90 791a419280 SidebySide Layout (#2859) 9 years ago
wwylele 2814d0fba2 EmuWindow: refactor touch input into a TouchDevice 9 years ago
wwylele d500f79b8e move MotionEmu from core/frontend to input_common as a InputDevice 9 years ago
Yuri Kunde Schlesner b868036561 Move screen size constants from video_core to core 9 years ago
wwylele 9bdb78f869 Input: remove unused stuff & clean up 10 years ago
Yuri Kunde Schlesner ea78f30e67 Core: Make PerfStats internally locked 10 years ago
Yuri Kunde Schlesner 60f90d7c48 PerfStats: Add method to get the instantaneous time ratio 10 years ago
SonofUgly 4cb28deee5 Add custom layout settings. 10 years ago
Weiyi Wang 924b953308 hid: remove the touch field from PadState (#2557) 10 years ago
Kloen 16ea7b3e8d core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC 10 years ago
wwylele 128190f242 Frontend: make motion sensor interfaced thread-safe 10 years ago
wwylele e844f294a1 Frontend: emulate motion sensor 10 years ago
MerryMage 4aaaea9758 core: Move emu_window and key_map into core 10 years ago
James Rowe 08f830fed4 Support additional screen layouts. 10 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 10 years ago
Alexandre LittleWhite Laurent bfc9c4e48f Protection against a resize of size 0 10 years ago
wwylele c1cd474866 Refactor input subsystem 10 years ago
MerryMage 867c111e99 BitField: Make trivially copyable and remove assignment operator 11 years ago
Emmanuel Gil Peyrot 22ae87530b Common: Cleanup emu_window includes. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Zaneo b8328593fe EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 12 years ago
bunnei d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. 12 years ago
bunnei 953e09ddb5 EmuWindow: Made pad/touch functions non-static. 12 years ago
bunnei 543232436f EmuWindow: Added infrastructure code to enable touchpad support. 12 years ago
bunnei 25633b431d Fixed EmuWindow typo (fixes OSX build) 12 years ago
bunnei 9960c49c21 Set framebuffer layout from EmuWindow. 12 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 12 years ago
purpasmart96 ebfd831ccb License change 12 years ago