index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
Age
Commit message (
Expand
)
Author
2025-02-17
feat: Add Home Menu launch support and system improvements
Zephyron
2025-02-09
service/audio: Clean up audio controller implementation
Zephyron
2025-02-08
service/audio: implement Unknown5000 and add debug commands
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-23
service: audio: Add missing logging properties of SetHeadphoneOutputLevelMode
Narr the Reg
2024-02-21
audio: add NotifyHeadphoneVolumeWarningDisplayedEvent
Liam
2024-02-20
audio: format
Liam
2024-02-20
audio: rewrite IHardwareOpusDecoder
Liam
2024-02-20
audio: rewrite IAudioDevice
Liam
2024-02-20
audio: rewrite IHardwareOpusDecoderManager
Liam
2024-02-20
audio: rewrite IAudioRenderer
Liam
2024-02-20
audio: rewrite IAudioRendererManager
Liam
2024-02-20
audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManager
Liam
2024-02-20
audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager
Liam
2024-02-20
audio: move IFinalOutputRecorderManager{,ForApplet}
Liam
2024-02-20
audio: rewrite IAudioOutManager
Liam
2024-02-20
audio: rewrite IAudioOut
Liam
2024-02-20
audio: rewrite IAudioInManager
Liam
2024-02-20
audio: rewrite IAudioIn
Liam
2024-02-17
service: audio: Rewrite IAudioController to new IPC
Narr the Reg
2024-02-14
service: set: Migrate ISystemSettingsServer to new IPC
Narr the Reg
2024-01-28
Merge pull request #12831 from Kelebek1/audren_multi
liamwhite
2024-01-28
Use the input process handle to get the correct application's memory
Kelebek1
2024-01-28
service: set: Implement more Qlaunch Settings
german77
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2024-01-12
audio: fetch process object from handle table
Liam
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-16
Reimplement HardwareOpus
Kelebek1
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
2023-08-30
hwopus: Implement GetWorkBufferSizeExEx
FearlessTobi
2023-08-27
hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleav...
FearlessTobi
2023-08-05
service: audctl: Stub functions needed by Qlaunch
german77
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-04-16
core: audio: return result when audio_out initialize failed
FengChen
2023-03-06
hle: rename legacy errors to Results
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-21
service: refactor server architecture
Liam
2023-02-15
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-14
service: remove deleted services
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
[next]