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
/
hle
/
service
/
frd
Age
Commit message (
Collapse
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-07-16
stubbed frd::UnscrambleLocalFriendCode (#2827)
B3n30
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
2016-11-30
Set client SDK version to Service APIs
mailwl
2016-10-25
FRD: fix GetMyFriendKey
mailwl
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-28
Memory: Make ReadBlock and WriteBlock accept void pointers.
Subv
2016-03-27
frd:u: Initial stub some functions
mailwl
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-12-30
services: Update some function tables
Lioncash
2015-07-19
Add more frd:u unknown service commands from 3dbrew
archshift
2015-06-11
Services: Continue separation of services into their own folders
purpasmart96