index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
dsp_dsp.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add all services to the Service namespace
Lioncash
2016-12-11
1
-4
/
+3
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-65
/
+88
*
DSP_DSP: Remove use of Memory::GetPointer
MerryMage
2016-05-28
1
-7
/
+10
*
DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)
Maribel
2016-05-16
1
-2
/
+2
*
fixup simple type conversions where possible
Alexander Laties
2016-05-07
1
-2
/
+2
*
DSP_DSP: Fix log format strings and arguments
MerryMage
2016-04-27
1
-12
/
+20
*
DSP_DSP: Add return IPC headers
MerryMage
2016-04-27
1
-4
/
+26
*
DSP_DSP: Updated interrupt implementation
MerryMage
2016-04-27
1
-33
/
+96
*
DSP_DSP: Remove unused variable
MerryMage
2016-04-24
1
-2
/
+0
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-1
/
+1
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
1
-1
/
+1
*
DSP: Implement Pipe 2
MerryMage
2016-03-06
1
-43
/
+151
*
DSP: Print hash of firmware to console
MerryMage
2016-03-06
1
-8
/
+21
*
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
1
-55
/
+80
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-1
/
+0
*
services: Update some function tables
Lioncash
2015-12-30
1
-3
/
+11
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-0
/
+5
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-1
/
+1
*
Services/Loader: Use more sensible log formats for certain functions
purpasmart96
2015-04-28
1
-6
/
+20
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-2
/
+29
*
core: Apply static to local functions
Lioncash
2015-02-13
1
-9
/
+9
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+0
*
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-11
1
-3
/
+63
|
\
|
*
Services: Stub some functions
purpasmart96
2015-02-08
1
-3
/
+63
*
|
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-2
/
+1
*
|
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
|
/
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-9
/
+17
*
DSP: Removed useless spam log for SignalInterrupt
bunnei
2015-01-16
1
-5
/
+2
*
DSP: Signal (faked) interrupt on every frame.
bunnei
2015-01-05
1
-4
/
+18
*
More services & small clean ups
purpasmart96
2014-12-26
1
-3
/
+0
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-6
/
+6
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+7
*
DSP: Added stub for ReadPipeIfPossible.
bunnei
2014-12-12
1
-1
/
+45
*
Add stub for ConvertProcessFromDspDram
archshift
2014-12-04
1
-25
/
+44
*
DSP: Added stubs for several commonly used DSP service functions.
bunnei
2014-12-01
1
-25
/
+106
*
Add more services and some fixes, along with more "override"
purpasmart96
2014-11-21
1
-2
/
+2
*
Added a bunch of services
purpasmart96
2014-11-01
1
-0
/
+52