index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-10
1
-7
/
+9
|
\
|
*
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
1
-6
/
+4
|
*
time: Use custom RTC settings if applicable for game
Zach Hilman
2019-01-07
1
-6
/
+10
*
|
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-10
8
-583
/
+898
|
\
\
|
|
/
|
/
|
|
*
travis: Use correct package for linux Qt5WebEngine
Zach Hilman
2018-12-28
2
-3
/
+2
|
*
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
4
-132
/
+134
|
*
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
1
-1
/
+1
|
*
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
3
-0
/
+232
|
*
hid: Make Hid service accessible and add GetPressState
Zach Hilman
2018-12-28
4
-459
/
+540
|
*
am: Add size parameter to am:IStorage logging
Zach Hilman
2018-12-28
1
-4
/
+4
*
|
Merge pull request #1989 from lioncash/set
bunnei
2019-01-07
1
-39
/
+58
|
\
\
|
*
|
service/vi: Correct scaling mode conversions
Lioncash
2019-01-04
1
-15
/
+13
|
*
|
service/vi: Factor out scaling mode conversions from the IPC function itself
Lioncash
2019-01-04
1
-17
/
+21
|
*
|
service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()
Lioncash
2019-01-04
1
-21
/
+38
*
|
|
Merge pull request #1988 from lioncash/res
bunnei
2019-01-05
1
-12
/
+8
|
\
\
\
|
*
|
|
service/vi: Correct reported dimensions from IApplicationDisplayService's Get...
Lioncash
2019-01-04
1
-12
/
+8
|
|
/
/
*
|
|
Merge pull request #1981 from ogniK5377/open-app-area-create
bunnei
2019-01-04
1
-4
/
+4
|
\
\
\
|
*
|
|
Return no application area when games try to open an application area
David Marcec
2019-01-04
1
-4
/
+4
*
|
|
|
Merge pull request #1980 from ogniK5377/applet-msg-update
bunnei
2019-01-04
1
-1
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Proper no message handling for AM::PopMessage
David Marcec
2019-01-04
1
-1
/
+10
|
|
/
/
*
|
|
Merge pull request #1975 from lioncash/vi
bunnei
2019-01-03
1
-4
/
+15
|
\
\
\
|
*
|
|
service/vi: Correct initial width and height values
Lioncash
2019-01-02
1
-2
/
+2
|
*
|
|
service/vi: Document unknown DisplayInfo struct members
Lioncash
2019-01-02
1
-2
/
+13
*
|
|
|
Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs test...
David Marcec
2019-01-03
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1976 from lioncash/display
bunnei
2019-01-02
1
-4
/
+17
|
\
\
\
|
*
|
|
service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay
Lioncash
2019-01-02
1
-4
/
+17
|
|
/
/
*
|
|
service/vi: Implement SetDisplayEnabled()
Lioncash
2019-01-02
1
-1
/
+10
*
|
|
Merge pull request #1977 from lioncash/vi-log
bunnei
2019-01-02
1
-63
/
+74
|
\
\
\
|
*
|
|
service/vi: Log more information where applicable
Lioncash
2019-01-02
1
-63
/
+74
|
|
/
/
*
/
/
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-31
4
-3
/
+4
|
/
/
*
|
Merge pull request #1847 from ogniK5377/backtrace-break
bunnei
2018-12-29
1
-1
/
+2
|
\
\
|
*
|
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-12-29
1
-1
/
+2
*
|
|
service/time: Minor cleanup to GetClockSnapshot()
Lioncash
2018-12-29
1
-7
/
+9
*
|
|
service/time: Fill in some structures and remove padding where not necessary
Lioncash
2018-12-29
2
-7
/
+9
|
|
/
|
/
|
*
|
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-27
1
-11
/
+16
*
|
Merge pull request #1929 from bunnei/fix-hid
bunnei
2018-12-27
1
-44
/
+163
|
\
\
|
*
|
hid: Fix SetNpadJoyHoldType and improve logging.
bunnei
2018-12-21
1
-44
/
+163
*
|
|
Merge pull request #1945 from bunnei/fix-hid-horiz
bunnei
2018-12-27
1
-46
/
+0
|
\
\
\
|
*
|
|
npad: Remove code to invert input in horizontal mode.
bunnei
2018-12-26
1
-46
/
+0
*
|
|
|
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-27
2
-2
/
+47
*
|
|
|
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-27
2
-0
/
+53
|
/
/
/
*
|
|
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-23
3
-0
/
+131
|
\
\
\
|
*
|
|
applets: Correct event ResetTypes from OneShot to Sticky
Zach Hilman
2018-12-03
4
-13
/
+5
|
*
|
|
am: Use ProfileSelect applet
Zach Hilman
2018-12-03
1
-0
/
+4
|
*
|
|
applets: Implement ProfileSelect applet
Zach Hilman
2018-12-03
2
-0
/
+130
|
*
|
|
software_keyboard: Signal state changed event upon construction
Zach Hilman
2018-12-03
1
-1
/
+6
*
|
|
|
Merge pull request #1914 from lioncash/id
bunnei
2018-12-21
1
-2
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
service/am: Unstub GetAppletResourceUserId
Lioncash
2018-12-17
1
-2
/
+5
*
|
|
|
Merge pull request #1923 from ogniK5377/nfp-device-list
bunnei
2018-12-19
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Device handle should not be a random id, instead it's the current npad id
David Marcec
2018-12-19
1
-2
/
+2
[next]