index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvflinger: Remove unnecessary header inclusions
Lioncash
2019-01-29
1
-2
/
+0
*
nvflinger: Mark locals const where applicable
Lioncash
2019-01-29
1
-11
/
+11
*
nvflinger: Use a std::array for the available displays instead of std::vector
Lioncash
2019-01-29
2
-7
/
+7
*
hle/ipc_helpers: Fix clang-format warnings
Lioncash
2019-01-29
1
-1
/
+0
*
hle/ipc_helpers: Allow pushing signed values
Lioncash
2019-01-29
1
-0
/
+22
*
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
1
-1
/
+10
*
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2019-01-28
2
-2
/
+9
*
service/vi: Remove stubbed notifier from SetLayerVisibility
Lioncash
2019-01-28
1
-2
/
+3
*
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-26
1
-0
/
+4
*
Merge pull request #2054 from bunnei/scope-context-refactor
bunnei
2019-01-23
3
-0
/
+43
|
\
|
*
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-23
3
-0
/
+43
*
|
citra_qt: Log settings on launch
zhupengfei
2019-01-22
2
-0
/
+30
|
/
*
Merge pull request #2025 from DarkLordZach/loader-banner-logo
bunnei
2019-01-20
11
-0
/
+77
|
\
|
*
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2019-01-15
9
-0
/
+61
|
*
content_archive: Add getter for logo section of NCA
Zach Hilman
2019-01-15
2
-0
/
+16
*
|
Merge pull request #2031 from lioncash/priv
bunnei
2019-01-19
5
-18
/
+29
|
\
\
|
*
|
core/frontend/applets/web_browser: Include missing headers
Lioncash
2019-01-17
1
-2
/
+8
|
*
|
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
5
-16
/
+21
|
|
/
*
/
file_sys/directory: Remove unused DirectoryBackend class
Lioncash
2019-01-18
1
-23
/
+0
|
/
*
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-10
3
-7
/
+21
|
\
|
*
settings: Fix comment structure
Zach Hilman
2019-01-07
1
-4
/
+5
|
*
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
3
-11
/
+10
|
*
time: Use custom RTC settings if applicable for game
Zach Hilman
2019-01-07
1
-6
/
+10
|
*
core: Set custom RTC differential on game boot
Zach Hilman
2019-01-07
1
-0
/
+7
|
*
settings: Add custom RTC settings
Zach Hilman
2019-01-07
1
-0
/
+3
*
|
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-10
20
-586
/
+1012
|
\
\
|
|
/
|
/
|
|
*
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
7
-134
/
+139
|
*
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
4
-2
/
+22
|
*
frontend: Add frontend responder for web browser
Zach Hilman
2018-12-28
2
-0
/
+52
|
*
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
4
-0
/
+234
|
*
loader: Add accessor for Manual RomFS
Zach Hilman
2018-12-28
5
-0
/
+30
|
*
hid: Make Hid service accessible and add GetPressState
Zach Hilman
2018-12-28
4
-459
/
+540
|
*
romfs: Add SingleDiscard extraction type
Zach Hilman
2018-12-28
2
-2
/
+6
|
*
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
|
|
/
/
*
|
|
Removed pulse event type
David Marcec
2019-01-04
3
-7
/
+0
*
|
|
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
|
|
/
/
|
/
|
|
[next]