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
noah the goodra 3545b144f1 fixed the override warning
```
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 fixed the override warning 9 years ago
citra SDL: Select audio device (#2403) 9 years ago
citra_qt Merge pull request #2346 from yuriks/shader-refactor2 9 years ago
common Merge pull request #1951 from wwylele/motion-sensor 9 years ago
core SDL: Select audio device (#2403) 9 years ago
tests tests: add missing libcore dependency after 75ee2f8c67 9 years ago
video_core VideoCore/Shader: Move entry_point to SetupBatch 9 years ago
.clang-format Remove special rules for Windows.h and library includes 9 years ago
CMakeLists.txt tests: Infrastructure for unit tests 10 years ago