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.
yuzu/src/audio_core
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent
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 audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter 6 years ago
buffer.h
codec.cpp audio_core/codec: Resolve truncation warnings within DecodeADPCM 6 years ago
codec.h
cubeb_sink.cpp audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 6 years ago
cubeb_sink.h audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 6 years ago
null_sink.h
sink.h
sink_details.cpp
sink_details.h
sink_stream.h
stream.cpp core/core_timing: Make callback parameters consistent 6 years ago
stream.h
time_stretch.cpp
time_stretch.h