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
/
audio
/
audren_u.cpp
Age
Commit message (
Expand
)
Author
2024-02-20
audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager
Liam
2024-01-28
Use the input process handle to get the correct application's memory
Kelebek1
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2023-12-24
service: fetch objects from the client handle table
Liam
2023-12-16
Have GetActiveChannelCount return the system channels instead of host device ...
Kelebek1
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
2023-07-31
audren_u: Fix parameter alignment
Morph
2023-06-30
general: Use ScratchBuffer where possible
Morph
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-06
hle: rename legacy errors to Results
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-14
Revert "hle: service: audio: Use default service thread."
bunnei
2022-12-04
Merge pull request #9232 from bunnei/audio-default-thread
liamwhite
2022-12-03
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-11-23
service: Make use of buffer element count helpers
Lioncash
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-11
hle: service: audio: Use default service thread.
bunnei
2022-10-19
Update audio_core for firmware 15.0.0
Kelebek1
2022-10-12
kernel: remove KWritableEvent
Liam
2022-09-15
audio_device: Mark member functions as const where applicable
Lioncash
2022-08-24
Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ...
Kelebek1
2022-07-22
Project Andio
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-02
hle: service: audio: Create a service thread where appropriate.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-26
service/audio: Update to 13.0.0
german77
2021-07-06
Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.
Kelebek1
2021-07-01
Fix XC2/VOEZ crashing, add audio looping and a few misc fixes
Kelebek1
2021-06-27
Decouple audio processing and run at variable rate
Kelebek1
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-11
audren
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-08
audren_u: Use proper names
german77
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-28
hle: service: Acquire and release a lock on requests.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
[next]