Skip to content
  1. Jan 27, 2017
    • noah the goodra's avatar
      fixed the override warning · 3545b144
      noah the goodra authored
      ```
      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;
                       ^
      ```
      3545b144
    • Yuri Kunde Schlesner's avatar
      Merge pull request #2346 from yuriks/shader-refactor2 · bf14f4be
      Yuri Kunde Schlesner authored
      More shader refactoring
      bf14f4be
  2. Jan 26, 2017
  3. Jan 24, 2017
  4. Jan 23, 2017
  5. Jan 22, 2017
  6. Jan 21, 2017
  7. Jan 20, 2017
  8. Jan 19, 2017
  9. Jan 18, 2017
  10. Jan 16, 2017
  11. Jan 14, 2017
Loading