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-08-04
Merge pull request #913 from lioncash/unused-func
bunnei
2018-08-04
Merge pull request #914 from lioncash/codeset
bunnei
2018-08-03
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-03
kernel/process: Use std::array where applicable
Lioncash
2018-08-03
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
memory: Remove unused GetSpecialHandlers() function
Lioncash
2018-08-03
Merge pull request #908 from lioncash/memory
bunnei
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
Added ability to change username & language code in the settings ui. Added IP...
David
2018-08-03
Merge pull request #898 from lioncash/mig
bunnei
2018-08-03
Merge pull request #892 from lioncash/global
bunnei
2018-08-03
Merge pull request #894 from lioncash/object
bunnei
2018-08-03
Merge pull request #904 from lioncash/static
bunnei
2018-08-02
Merge pull request #905 from lioncash/vma
bunnei
2018-08-02
Merge pull request #903 from lioncash/copy
bunnei
2018-08-02
Merge pull request #899 from lioncash/unused
bunnei
2018-08-02
Merge pull request #891 from lioncash/ns
bunnei
2018-08-02
kernel/vm_manager: Convert loop into std::any_of()
Lioncash
2018-08-02
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
kernel/vm_manager: Use the VAddr type alias in CarveVMA()
Lioncash
2018-08-02
kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t
Lioncash
2018-08-02
kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const refe...
Lioncash
2018-08-02
kernel/thread: Make GetFreeThreadLocalSlot() internally linked
Lioncash
2018-08-02
vfs_vector: Remove unused variable in FindAndRemoveVectorElement()
Lioncash
2018-08-02
vfs_vector: Avoid unnecessary copies where applicable
Lioncash
2018-08-02
hw: Remove unused files
Lioncash
2018-08-02
service: Add migration services
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-08-01
service: Add psc services
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
Merge pull request #888 from lioncash/caps
bunnei
2018-08-01
Merge pull request #890 from lioncash/logger
bunnei
2018-08-01
Merge pull request #889 from lioncash/fsp
bunnei
2018-08-01
service/ns: Add missing ns services
Lioncash
2018-08-01
lm: Amend name of ILogger
Lioncash
2018-08-01
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
2018-08-01
service: Add capture services
Lioncash
2018-08-01
service: Add bpc and pcv services
Lioncash
2018-07-31
Merge pull request #882 from lioncash/unused
bunnei
2018-08-01
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
Fix merge conflicts with opus and update docs
Zach Hilman
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
Use static const instead of const static
Zach Hilman
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
Add missing string.h include
Zach Hilman
2018-08-01
Update mbedtls and fix compile error
Zach Hilman
[prev]
[next]