index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
/
emu_window.cpp
Age
Commit message (
Expand
)
Author
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-01-10
frontend: Update for undocked Switch screen layout.
bunnei
2017-08-29
Merge pull request #2899 from wwylele/touch-refactor
bunnei
2017-08-25
SidebySide Layout (#2859)
ThaMighty90
2017-08-24
EmuWindow: refactor touch input into a TouchDevice
wwylele
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-05-27
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-03-21
Merge pull request #2512 from SonofUgly/custom-layout
bunnei
2017-03-01
Input: remove unused stuff & clean up
wwylele
2017-02-26
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-26
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
2017-02-23
Add custom layout settings.
SonofUgly
2017-02-11
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-01-29
core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC
Kloen
2016-12-29
Frontend: make motion sensor interfaced thread-safe
wwylele
2016-12-26
Frontend: emulate motion sensor
wwylele
2016-12-23
core: Move emu_window and key_map into core
MerryMage