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
/
nwm_uds.cpp
Age
Commit message (
Expand
)
Author
2016-12-22
Service/NWM: add nwm services
mailwl
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-08
nwm_uds: Update function table
Lioncash
2016-10-12
NWM: stub Initialize with an error
wwylele
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
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-03-12
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
svc: Make ResetType an enum class
Lioncash
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-12-30
services: Update some function tables
Lioncash
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Services: Initialize all state variables at bootup.
bunnei
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2014-12-25
More services & small clean ups
purpasmart96
2014-12-20
License change
purpasmart96
2014-11-01
Added a bunch of services
purpasmart96