index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-3
/
+3
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
Lioncash
1
-3
/
+3
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2
-2
/
+2
2018-01-12
core: Fix recent GCC build breaks.
bunnei
1
-0
/
+2
2018-01-11
frontend: Update for undocked Switch screen layout.
bunnei
4
-251
/
+39
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
6
-204
/
+0
2017-08-25
SidebySide Layout (#2859)
ThaMighty90
3
-1
/
+49
2017-08-24
EmuWindow: refactor touch input into a TouchDevice
wwylele
2
-39
/
+63
2017-08-24
HID: use TouchDevice for touch pad
wwylele
1
-0
/
+6
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
5
-252
/
+4
2017-08-11
HID: use MotionDevice for Accelerometer and Gyroscope
wwylele
1
-0
/
+20
2017-05-28
Move screen size constants from video_core to core
Yuri Kunde Schlesner
3
-13
/
+24
2017-05-28
Move framebuffer_layout from Common to Core
Yuri Kunde Schlesner
3
-1
/
+213
2017-03-01
Input: remove unused stuff & clean up
wwylele
4
-322
/
+1
2017-03-01
InputCommon: add Keyboard
wwylele
1
-2
/
+0
2017-03-01
HID: use AnalogDevice
wwylele
1
-0
/
+7
2017-03-01
HID: use ButtonDevice
wwylele
1
-0
/
+6
2017-03-01
Input: add device and factory template
wwylele
1
-0
/
+97
2017-02-27
Doxygen: Amend minor issues (#2593)
Mat M
1
-2
/
+2
2017-02-27
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
1
-1
/
+1
2017-02-27
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
1
-3
/
+2
2017-02-23
Add custom layout settings.
SonofUgly
1
-11
/
+15
2017-02-11
hid: remove the touch field from PadState (#2557)
Weiyi Wang
1
-2
/
+0
2017-01-29
core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC
Kloen
1
-6
/
+6
2017-01-11
CAM: implement basic camera functions with a blank camera
wwylele
6
-0
/
+204
2016-12-29
Frontend: make motion sensor interfaced thread-safe
wwylele
2
-2
/
+8
2016-12-26
Frontend: emulate motion sensor
wwylele
4
-8
/
+204
2016-12-23
core: Move emu_window and key_map into core
MerryMage
4
-0
/
+642