summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dsp_dsp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-2/+1
| | | | | They're finally unnecessary, and will stop cluttering the application's handle table.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-9/+17
|
* DSP: Removed useless spam log for SignalInterruptbunnei2015-01-161-5/+2
|
* DSP: Signal (faked) interrupt on every frame.bunnei2015-01-051-4/+18
| | | | - Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
* More services & small clean upspurpasmart962014-12-261-3/+0
|
* 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