This website requires JavaScript.
Explore
Help
Sign In
emu-mirror
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-mirror/yuzu.git
synced
2025-02-08 10:10:07 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
yuzu
/
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
…
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