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
/
csnd_snd.cpp
Age
Commit message (
Expand
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2016-12-12
csnd:SND reformat source code
mailwl
2016-12-11
Add all services to the Service namespace
Lioncash
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-02
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-05-12
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2015-12-30
services: Update some function tables
Lioncash
2015-10-28
csnd_snd: Get rid of type punning
Lioncash
2015-10-28
Added CSND stub.
Matthias Ernst
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
2015-01-05
Services: Clean up a few things and add a few function names
purpasmart96
2014-12-25
More services & small clean ups
purpasmart96
2014-12-20
License change
purpasmart96
2014-11-20
Add more services and some fixes, along with more "override"
purpasmart96