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 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;
^
```
|
9 years ago | |
|---|---|---|
| .. | ||
| audio_core | 9 years ago | |
| citra | 9 years ago | |
| citra_qt | 9 years ago | |
| common | 9 years ago | |
| core | 9 years ago | |
| tests | 9 years ago | |
| video_core | 9 years ago | |
| .clang-format | 9 years ago | |
| CMakeLists.txt | 10 years ago | |