Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
    • ReinUsesLisp's avatar
      renderer_vulkan/wrapper: Fix physical device sorting · cd3e959f
      ReinUsesLisp authored
      The old code had a sort function that was invalid and it didn't work as
      expected when the base vector had a different order (e.g. renderdoc was
      attached).
      
      This sorts devices as expected and fixes a debug assert on MSVC.
      cd3e959f
  2. Oct 02, 2020
  3. Sep 30, 2020
  4. Sep 29, 2020
  5. Sep 26, 2020
    • Morph's avatar
      main: Allow applets to display on top while fullscreen · 86e4aa81
      Morph authored
      Using the Qt::WindowStaysOnTopHint flag allows these dialogs to show up on top while running in fullscreen. However, if yuzu goes out of focus (by alt-tabbing or otherwise), this flag does not seem to have an effect.
      86e4aa81
  6. Sep 25, 2020
  7. Sep 24, 2020
  8. Sep 23, 2020
  9. Sep 22, 2020
    • Lioncash's avatar
      General: Make use of std::nullopt where applicable · ff45c395
      Lioncash authored
      Allows some implementations to avoid completely zeroing out the internal
      buffer of the optional, and instead only set the validity byte within
      the structure.
      
      This also makes it consistent how we return empty optionals.
      ff45c395
Loading