summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dsp_dsp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* License changepurpasmart962014-12-211-1/+1
|
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-6/+6
| | | | | | | This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.)
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-7/+7
|
* DSP: Added stub for ReadPipeIfPossible.bunnei2014-12-121-1/+45
|
* Add stub for ConvertProcessFromDspDramarchshift2014-12-041-25/+44
| | | | Should theoretically push retail stuff further along
* DSP: Added stubs for several commonly used DSP service functions.bunnei2014-12-011-25/+106
|
* Add more services and some fixes, along with more "override"purpasmart962014-11-211-2/+2
| | | | in the service's headers
* Added a bunch of servicespurpasmart962014-11-011-0/+52