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
2018-12-01
Fix debug build
Lioncash
2018-11-30
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
service/set: Implement MakeLanguageCode
Lioncash
2018-11-29
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-28
Merge pull request #1817 from DarkLordZach/npad-idx-fix
bunnei
2018-11-28
Merge pull request #1792 from bunnei/dma-pusher
bunnei
2018-11-28
npad: Use NPadIdToIndex to prevent invalid array access
Zach Hilman
2018-11-27
Merge pull request #1814 from lioncash/ptr
bunnei
2018-11-27
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-27
npad: Fix copy/paste error with LED position assignments
Zach Hilman
2018-11-27
Merge pull request #1802 from DarkLordZach/user-data-storage
bunnei
2018-11-27
file_sys/registered_cache: Remove unused <map> include
Lioncash
2018-11-27
file_sys/registered_cache: Use regular const references instead of std::share...
Lioncash
2018-11-27
control_metadata: Correct typo in language name (Portugese -> Portuguese)
Lioncash
2018-11-26
Merge pull request #1804 from lioncash/cast
bunnei
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-26
svc: Implement svcSetResourceLimitLimitValue()
Lioncash
2018-11-26
svc: Implement svcGetResourceLimitCurrentValue()
Lioncash
2018-11-26
svc: Implement svcGetResourceLimitLimitValue()
Lioncash
2018-11-26
svc: Implement svcCreateResourceLimit()
Lioncash
2018-11-27
Added comment on Main memory size for more clarity
David Marcec
2018-11-27
Made svcSetHeapSize and svcCreateSharedMemory more readable
David Marcec
2018-11-27
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-26
gdbstub: Silence value truncation warning within FpuWrite()
Lioncash
2018-11-26
profile_manager: Save and load ProfileData from disk
Zach Hilman
2018-11-26
Fixed hwopus compile error
David Marcec
2018-11-26
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
Improved error messages for SVCs
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-25
Merge pull request #1793 from lioncash/ref
bunnei
2018-11-25
svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo
Luke Street
2018-11-24
Merge pull request #1791 from bunnei/nvdrv-stub
bunnei
2018-11-24
service/sm: Take std::string by const reference in UnregisterService
Lioncash
2018-11-23
Merge pull request #1641 from DarkLordZach/sm-register-unregister
bunnei
2018-11-23
Merge pull request #1731 from DarkLordZach/change-dir-crash
bunnei
2018-11-23
Merge pull request #1692 from Hedges/GDBClean
bunnei
2018-11-23
Merge pull request #1708 from ogniK5377/res-scale
bunnei
2018-11-23
Merge pull request #1747 from DarkLordZach/exefs-lfs
bunnei
2018-11-23
nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.
bunnei
2018-11-23
Merge pull request #1770 from DarkLordZach/applet-stub
bunnei
2018-11-23
Merge pull request #1777 from lioncash/core-mgr
bunnei
2018-11-23
Merge pull request #1762 from bunnei/getgputime
bunnei
2018-11-22
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-22
debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)
Zach Hilman
2018-11-22
Merge pull request #1765 from bunnei/multi-audout
bunnei
2018-11-22
core: Relocate CPU core management to its own class
Lioncash
2018-11-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
2018-11-21
Merge pull request #1767 from lioncash/handle
bunnei
2018-11-21
applets: Add StubApplet
Zach Hilman
2018-11-21
kernel/handle_table: Move private static functions into the cpp file
Lioncash
[next]