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
/
nim
/
nim.cpp
Age
Commit message (
Expand
)
Author
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-10-19
nim: Add the basic skeleton of the nim:eca service
Lioncash
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
2018-09-20
Removed unneeded event clear
David Marcec
2018-09-20
Implemented NTC & IEnsureNetworkClockAvailabilityService
David Marcec
2018-07-26
service: Add the nim services
Lioncash
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-09-30
Services/NIM: Implement CheckForSysUpdateEvent.
Subv
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-02-13
NWM changed to NIM
noah the goodra
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
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-02-02
services: Get rid of unnecessary includes
Lioncash
2015-06-11
Services: Continue separation of services into their own folders
purpasmart96