summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dsp_dsp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-05DSP: Signal (faked) interrupt on every frame.bunnei1-4/+18
- Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
2014-12-26More services & small clean upspurpasmart961-3/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-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.)
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-7/+7
2014-12-12DSP: Added stub for ReadPipeIfPossible.bunnei1-1/+45
2014-12-04Add stub for ConvertProcessFromDspDramarchshift1-25/+44
Should theoretically push retail stuff further along
2014-12-01DSP: Added stubs for several commonly used DSP service functions.bunnei1-25/+106
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-2/+2
in the service's headers
2014-11-01Added a bunch of servicespurpasmart961-0/+52