1. 08 Aug, 2022 3 commits
  2. 07 Aug, 2022 5 commits
  3. 06 Aug, 2022 2 commits
  4. 05 Aug, 2022 1 commit
    • Steve's avatar
      Controller bugfixes in profile select (#8716) · cd5bbf0f
      Steve authored
      * Controller bugfixes in profile select, closes #8265
      
      2 fixes for using a controller in profile select dialog.
      
      Pressing 'B' cancels the launch of the game
      Using controller to select a profile now correctly sets the index to use for the launch
      
      * Added brackets to if statements as requested.
      cd5bbf0f
  5. 04 Aug, 2022 1 commit
  6. 02 Aug, 2022 4 commits
  7. 01 Aug, 2022 3 commits
  8. 31 Jul, 2022 5 commits
  9. 30 Jul, 2022 7 commits
  10. 29 Jul, 2022 4 commits
  11. 28 Jul, 2022 5 commits
    • Liam's avatar
      ci: use dep5 for GitHub issue template files · f490c15b
      Liam authored
      f490c15b
    • bunnei's avatar
      Update bug-report-feature-request.md · 1dc4ff09
      bunnei authored
      1dc4ff09
    • bunnei's avatar
      Update config.yml · 34f75023
      bunnei authored
      34f75023
    • bunnei's avatar
      Merge pull request #8656 from german77/audio-step · 880006c5
      bunnei authored
      yuzu: Add incremental steps to volume hotkeys
      880006c5
    • lat9nq's avatar
      cmake,ci: vcpkg for MSVC default, fix lz4 include, catch2, cleanup · dfc6dd0a
      lat9nq authored
      vcpkg: Add Catch2 2.13.9
      
      Catch2 >= 3.0 is not compatible with earlier versions, and for now we
      must override the desired version in our vcpkg manifest. We can do this
      programmatically by using VCPKG_MANIFEST_FEATURES.
      
      CMakeLists: Search for lz4 CONFIG mode first
      
      vcpkg's lz4 CONFIG cmake script works in Release mode but not in Debug
      mode, failing to copy the correct DLLs at compile time.
      
      We still need to search for the regular mode for system-installed
      versions.
      
      CMakeLists: Clean up boost exports
      
      Remove some Conan-specific workarounds.
      
      CMakeLists: Use vcpkg for MSVC by default
      
      Not enabling it generally since it's much easier to have system
      dependencies installed for Linux and MinGW.
      dfc6dd0a