mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
In some cases, our callbacks were using s64 as a parameter, and in other cases, they were using an int, which is inconsistent. To make all callbacks consistent, we can just use an s64 as the type for late cycles, given it gets rid of the need to cast internally. While we're at it, also resolve some signed/unsigned conversions that were occurring related to the callback registration. |
6 years ago | |
---|---|---|
.. | ||
algorithm | ||
CMakeLists.txt | ||
audio_out.cpp | ||
audio_out.h | ||
audio_renderer.cpp | ||
audio_renderer.h | 6 years ago | |
buffer.h | ||
codec.cpp | 6 years ago | |
codec.h | ||
cubeb_sink.cpp | 6 years ago | |
cubeb_sink.h | 6 years ago | |
null_sink.h | ||
sink.h | ||
sink_details.cpp | ||
sink_details.h | ||
sink_stream.h | ||
stream.cpp | 6 years ago | |
stream.h | ||
time_stretch.cpp | ||
time_stretch.h |