1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-mainline/src/audio_core/device
Lioncash a278fa6e2a device_session: Pass arguments by const-ref in relevant functions
These functions don't modify the passed in audio buffers, so we can
signify that in the interface.
2022-09-16 09:31:33 -04:00
..
audio_buffer.h Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 2022-09-02 04:43:04 +01:00
audio_buffers.h device_session: Pass arguments by const-ref in relevant functions 2022-09-16 09:31:33 -04:00
device_session.cpp device_session: Pass arguments by const-ref in relevant functions 2022-09-16 09:31:33 -04:00
device_session.h device_session: Pass arguments by const-ref in relevant functions 2022-09-16 09:31:33 -04:00