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
Age
Commit message (
Expand
)
Author
2019-01-29
nvflinger: Remove unnecessary header inclusions
Lioncash
2019-01-29
nvflinger: Mark locals const where applicable
Lioncash
2019-01-29
nvflinger: Use a std::array for the available displays instead of std::vector
Lioncash
2019-01-29
hle/ipc_helpers: Fix clang-format warnings
Lioncash
2019-01-29
hle/ipc_helpers: Allow pushing signed values
Lioncash
2019-01-28
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2019-01-28
service/vi: Remove stubbed notifier from SetLayerVisibility
Lioncash
2019-01-26
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-23
Merge pull request #2054 from bunnei/scope-context-refactor
bunnei
2019-01-23
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-22
citra_qt: Log settings on launch
zhupengfei
2019-01-20
Merge pull request #2025 from DarkLordZach/loader-banner-logo
bunnei
2019-01-19
Merge pull request #2031 from lioncash/priv
bunnei
2019-01-18
file_sys/directory: Remove unused DirectoryBackend class
Lioncash
2019-01-17
core/frontend/applets/web_browser: Include missing headers
Lioncash
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2019-01-15
content_archive: Add getter for logo section of NCA
Zach Hilman
2019-01-10
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-10
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-07
settings: Fix comment structure
Zach Hilman
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
time: Use custom RTC settings if applicable for game
Zach Hilman
2019-01-07
core: Set custom RTC differential on game boot
Zach Hilman
2019-01-07
settings: Add custom RTC settings
Zach Hilman
2019-01-07
Merge pull request #1989 from lioncash/set
bunnei
2019-01-05
Merge pull request #1988 from lioncash/res
bunnei
2019-01-04
service/vi: Correct scaling mode conversions
Lioncash
2019-01-04
service/vi: Factor out scaling mode conversions from the IPC function itself
Lioncash
2019-01-04
service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()
Lioncash
2019-01-04
Merge pull request #1981 from ogniK5377/open-app-area-create
bunnei
2019-01-04
Merge pull request #1980 from ogniK5377/applet-msg-update
bunnei
2019-01-04
service/vi: Correct reported dimensions from IApplicationDisplayService's Get...
Lioncash
2019-01-04
Removed pulse event type
David Marcec
2019-01-03
Merge pull request #1975 from lioncash/vi
bunnei
2019-01-04
Return no application area when games try to open an application area
David Marcec
2019-01-04
Proper no message handling for AM::PopMessage
David Marcec
2019-01-03
Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs test...
David Marcec
2019-01-02
Merge pull request #1976 from lioncash/display
bunnei
2019-01-02
service/vi: Implement SetDisplayEnabled()
Lioncash
2019-01-02
Merge pull request #1977 from lioncash/vi-log
bunnei
2019-01-02
service/vi: Log more information where applicable
Lioncash
2019-01-02
service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay
Lioncash
2019-01-02
service/vi: Correct initial width and height values
Lioncash
2019-01-02
service/vi: Document unknown DisplayInfo struct members
Lioncash
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-31
Merge pull request #1966 from lioncash/backtrace
bunnei
2018-12-30
kernel/svc: Correct misleading error message within CreateThread()
Lioncash
2018-12-30
kernel/svc: Sanitize core number and thread priorities in CreateThread()
Lioncash
[next]