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
/
dsp_dsp.cpp
Age
Commit message (
Expand
)
Author
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Services: Initialize all state variables at bootup.
bunnei
2015-04-27
Services/Loader: Use more sensible log formats for certain functions
purpasmart96
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-02-13
core: Apply static to local functions
Lioncash
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-07
Services: Stub some functions
purpasmart96
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-15
DSP: Removed useless spam log for SignalInterrupt
bunnei
2015-01-05
DSP: Signal (faked) interrupt on every frame.
bunnei
2014-12-25
More services & small clean ups
purpasmart96
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-12
DSP: Added stub for ReadPipeIfPossible.
bunnei
2014-12-03
Add stub for ConvertProcessFromDspDram
archshift
2014-11-30
DSP: Added stubs for several commonly used DSP service functions.
bunnei
2014-11-20
Add more services and some fixes, along with more "override"
purpasmart96
2014-11-01
Added a bunch of services
purpasmart96