index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: audio: Add missing logging properties of SetHeadphoneOutputLevelMode
Narr the Reg
2024-02-23
1
-1
/
+1
*
audio: add NotifyHeadphoneVolumeWarningDisplayedEvent
Liam
2024-02-21
2
-1
/
+7
*
audio: format
Liam
2024-02-20
3
-6
/
+7
*
audio: rewrite IHardwareOpusDecoder
Liam
2024-02-20
2
-218
/
+123
*
audio: rewrite IAudioDevice
Liam
2024-02-20
4
-114
/
+114
*
audio: rewrite IHardwareOpusDecoderManager
Liam
2024-02-20
11
-266
/
+196
*
audio: rewrite IAudioRenderer
Liam
2024-02-20
2
-148
/
+85
*
audio: rewrite IAudioRendererManager
Liam
2024-02-20
4
-97
/
+62
*
audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManager
Liam
2024-02-20
6
-507
/
+552
*
audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager
Liam
2024-02-20
8
-558
/
+622
*
audio: move IFinalOutputRecorderManager{,ForApplet}
Liam
2024-02-20
5
-16
/
+21
*
audio: rewrite IAudioOutManager
Liam
2024-02-20
5
-157
/
+149
*
audio: rewrite IAudioOut
Liam
2024-02-20
5
-214
/
+232
*
audio: rewrite IAudioInManager
Liam
2024-02-20
5
-238
/
+185
*
audio: rewrite IAudioIn
Liam
2024-02-20
3
-196
/
+180
*
service: audio: Rewrite IAudioController to new IPC
Narr the Reg
2024-02-17
5
-253
/
+234
*
service: set: Migrate ISystemSettingsServer to new IPC
Narr the Reg
2024-02-14
1
-2
/
+2
*
Merge pull request #12831 from Kelebek1/audren_multi
liamwhite
2024-01-28
1
-6
/
+10
|
\
|
*
Use the input process handle to get the correct application's memory
Kelebek1
2024-01-28
1
-6
/
+10
*
|
service: set: Implement more Qlaunch Settings
german77
2024-01-28
2
-18
/
+86
|
/
*
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2024-01-25
1
-1
/
+2
*
audio: fetch process object from handle table
Liam
2024-01-12
2
-13
/
+49
*
service: fetch objects from the client handle table
Liam
2023-12-24
2
-16
/
+6
*
Have GetActiveChannelCount return the system channels instead of host device ...
Kelebek1
2023-12-16
1
-1
/
+1
*
Reimplement HardwareOpus
Kelebek1
2023-09-16
3
-333
/
+426
*
Rework ADSP into a wrapper for apps
Kelebek1
2023-09-04
4
-5
/
+5
*
hwopus: Implement GetWorkBufferSizeExEx
FearlessTobi
2023-08-30
2
-1
/
+6
*
hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleav...
FearlessTobi
2023-08-27
2
-3
/
+51
*
service: audctl: Stub functions needed by Qlaunch
german77
2023-08-05
2
-4
/
+64
*
audren_u: Fix parameter alignment
Morph
2023-07-31
1
-2
/
+3
*
general: Use ScratchBuffer where possible
Morph
2023-06-30
4
-31
/
+37
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
5
-35
/
+28
*
core: audio: return result when audio_out initialize failed
FengChen
2023-04-16
1
-6
/
+8
*
hle: rename legacy errors to Results
Liam
2023-03-06
2
-15
/
+15
*
service: move hle_ipc from kernel
Liam
2023-03-01
10
-104
/
+92
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
5
-28
/
+26
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
5
-28
/
+26
*
|
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-24
1
-0
/
+2
|
/
*
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-15
1
-1
/
+1
|
\
|
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-1
/
+1
*
|
service: remove deleted services
Liam
2023-02-14
11
-239
/
+0
|
/
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
2
-2
/
+2
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2023-02-02
2
-2
/
+2
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-28
4
-10
/
+10
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
4
-11
/
+11
*
Revert "hle: service: audio: Use default service thread."
bunnei
2022-12-14
3
-12
/
+18
*
Merge pull request #9232 from bunnei/audio-default-thread
liamwhite
2022-12-04
3
-18
/
+12
|
\
|
*
hle: service: audio: Use default service thread.
bunnei
2022-11-11
3
-18
/
+12
*
|
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-12-03
1
-0
/
+1
|
\
\
|
*
|
general: fix compile for Apple Clang
Liam
2022-11-22
1
-0
/
+1
|
|
/
[next]