This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
yuzu-mirror
Watch
1
Star
0
Fork
0
You've already forked yuzu-mirror
Code
Issues
Pull Requests
Releases
Wiki
Activity
yuzu-mirror
/
src
/
audio_core
/
device
History
Lioncash
e9109cb5f2
audio_buffers: Pass by const-ref in AppendBuffers
...
This function doesn't modify the passed in buffer, so we can make that explicit.
2022-09-16 09:36:03 -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
audio_buffers: Pass by const-ref in AppendBuffers
2022-09-16 09:36:03 -04:00
device_session.cpp
device_session: Convert for loop into ranged for in AppendBuffers
2022-09-16 09:32:57 -04:00
device_session.h
device_session: Pass arguments by const-ref in relevant functions
2022-09-16 09:31:33 -04:00