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
/
apm
Age
Commit message (
Expand
)
Author
2018-08-07
service/apm: Add the apm:sys service
Lioncash
2018-07-23
apm/interface: Remove redundant declaration of InstallInterfaces()
Lioncash
2018-07-20
apm: Improve stub for GetPerformanceConfiguration.
bunnei
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
apm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-09
apm: Refactor service impl. to support multiple ports.
bunnei
2018-02-04
logger: Add APM service logging category.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-16
Services: Stubbed APM::OpenSession and the ISession interface.
Subv
2018-01-16
clang-format
MerryMage
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei