mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 20:57:52 +00:00
3545b144f1
``` In file included from citra/src/audio_core/sink_details.cpp:11: citra/src/./audio_core/sdl2_sink.h:25:10: warning: 'SetDevice' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void SetDevice(int device_id); ^ citra/src/./audio_core/sink.h:39:18: note: overridden virtual function is here virtual void SetDevice(int device_id) = 0; ^ ``` |
||
---|---|---|
.. | ||
hle | ||
audio_core.cpp | ||
audio_core.h | ||
CMakeLists.txt | ||
codec.cpp | ||
codec.h | ||
interpolate.cpp | ||
interpolate.h | ||
null_sink.h | ||
sdl2_sink.cpp | ||
sdl2_sink.h | ||
sink.h | ||
sink_details.cpp | ||
sink_details.h | ||
time_stretch.cpp | ||
time_stretch.h |