citra/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.
2019-03-24 18:12:17 -04:00
..
algorithm
audio_out.cpp
audio_out.h
audio_renderer.cpp
audio_renderer.h
buffer.h
CMakeLists.txt
codec.cpp
codec.h
cubeb_sink.cpp
cubeb_sink.h
null_sink.h
sink_details.cpp
sink_details.h
sink_stream.h
sink.h
stream.cpp core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
stream.h
time_stretch.cpp
time_stretch.h