Skip to content
Snippets Groups Projects
  1. Oct 16, 2020
    • Morph's avatar
      sdl_impl: Erase the SDLJoystick entry after removing a controller · 7b3f5845
      Morph authored
      Previously, disconnecting a controller still leaves a null SDLJoystick entry within the vector of SDLJoysticks mapped by GUID.
      When a DirectInput device of the same GUID is reconnected, it adds that device to a new port causing non-detectable input.
      Furthermore, opening the "Configure" menu would cause yuzu to crash since it first tries to resolve the name of a null SDLJoystick entry that was not removed.
      Resolve this by properly erasing the SDLJoystick entry from the vector.
      7b3f5845
  2. Oct 15, 2020
  3. Oct 14, 2020
  4. Oct 13, 2020
    • Lioncash's avatar
      audio_core/CMakeLists: Make warnings consistent with core · 9f9b64d2
      Lioncash authored
      Normalizes the warnings shared between audio_core and core.
      9f9b64d2
    • Lioncash's avatar
      core/CMakeLists: Make some warnings errors · 39c8d18f
      Lioncash authored
      Makes our error coverage a little more consistent across the board by
      applying it to Linux side of things as well. This also makes it more
      consistent with the warning settings in other libraries in the project.
      
      This also updates httplib to 0.7.9, as there are several warning
      cleanups made that allow us to enable several warnings as errors.
      39c8d18f
  5. Oct 09, 2020
  6. Oct 08, 2020
  7. 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
  8. Oct 04, 2020
  9. Oct 03, 2020
  10. Oct 02, 2020
  11. Sep 30, 2020
  12. Sep 29, 2020
  13. 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
  14. Sep 25, 2020
Loading