citra/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;
                 ^
```
2017-01-27 14:24:14 -06:00
..
audio_core fixed the override warning 2017-01-27 14:24:14 -06:00
citra SDL: Select audio device (#2403) 2017-01-25 22:33:26 -05:00
citra_qt Merge pull request #2346 from yuriks/shader-refactor2 2017-01-27 14:29:10 -03:00
common Merge pull request #1951 from wwylele/motion-sensor 2017-01-07 12:39:20 -05:00
core SDL: Select audio device (#2403) 2017-01-25 22:33:26 -05:00
tests tests: add missing libcore dependency after 75ee2f8c67 2016-12-07 18:30:49 +00:00
video_core VideoCore/Shader: Move entry_point to SetupBatch 2017-01-25 18:53:25 -08:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00