diff options
author | noah the goodra <peterpan0413@live.com> | 2017-01-27 21:24:14 +0100 |
---|---|---|
committer | noah the goodra <peterpan0413@live.com> | 2017-01-27 21:24:14 +0100 |
commit | 3545b144f1e73248e2e460ec3cc2aa519024a6ce (patch) | |
tree | 9452354b780d2f678e8259e526f59a16946e19f9 /src/audio_core/sdl2_sink.h | |
parent | Merge pull request #2346 from yuriks/shader-refactor2 (diff) | |
download | yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.gz yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.bz2 yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.lz yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.xz yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.zst yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.zip |
Diffstat (limited to 'src/audio_core/sdl2_sink.h')
-rw-r--r-- | src/audio_core/sdl2_sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/sdl2_sink.h b/src/audio_core/sdl2_sink.h index ce75733b7..bcc725369 100644 --- a/src/audio_core/sdl2_sink.h +++ b/src/audio_core/sdl2_sink.h @@ -22,7 +22,7 @@ public: size_t SamplesInQueue() const override; std::vector<std::string> GetDeviceList() const override; - void SetDevice(int device_id); + void SetDevice(int device_id) override; private: struct Impl; |