Skip to content
  1. Sep 04, 2019
  2. Sep 03, 2019
  3. Sep 01, 2019
  4. Aug 30, 2019
    • Rodrigo Locatti's avatar
      video_core: Silent miscellaneous warnings (#2820) · 4d4f9cc1
      Rodrigo Locatti authored
      * texture_cache/surface_params: Remove unused local variable
      
      * rasterizer_interface: Add missing documentation commentary
      
      * maxwell_dma: Remove unused rasterizer reference
      
      * video_core/gpu: Sort member declaration order to silent -Wreorder warning
      
      * fermi_2d: Remove unused MemoryManager reference
      
      * video_core: Silent unused variable warnings
      
      * buffer_cache: Silent -Wreorder warnings
      
      * kepler_memory: Remove unused MemoryManager reference
      
      * gl_texture_cache: Add missing override
      
      * buffer_cache: Add missing include
      
      * shader/decode: Remove unused variables
      4d4f9cc1
  5. Aug 29, 2019
  6. Aug 28, 2019
  7. Aug 21, 2019
  8. Aug 18, 2019
  9. Aug 17, 2019
  10. Aug 09, 2019
    • Lioncash's avatar
      yuzu/CMakeLists: Remove qt5_wrap_ui macro usage · 5980aa1e
      Lioncash authored
      We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
      the UI code generation for targets.
      
      As part of letting CMake automatically handle the header file parsing,
      we must not name includes with "ui_*" unless they're related to the
      output of the Qt UIC compiler. Because of this, we need to rename
      ui_settings, given it would conflict with this restriction.
      5980aa1e
  11. Aug 04, 2019
Loading