summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/csnd_snd.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* csnd:SND reformat source codemailwl2016-12-121-36/+92
|
* Add all services to the Service namespaceLioncash2016-12-111-13/+9
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-17/+17
|
* fix #1942 and adds a few IPC functions for descriptorsLectem2016-08-021-1/+1
|
* Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-5/+8
| | | | | | | Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object. Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock. Removed the APT Shared Font hack as it is no longer needed.
* services: Update some function tablesLioncash2015-12-301-3/+4
|
* csnd_snd: Get rid of type punningLioncash2015-10-281-12/+13
|
* Added CSND stub.Matthias Ernst2015-10-281-4/+53
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* Services: Clean up a few things and add a few function namespurpasmart962015-01-061-7/+6
|
* More services & small clean upspurpasmart962014-12-261-3/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Add more services and some fixes, along with more "override"purpasmart962014-11-211-0/+39
in the service's headers