1. 07 Jun, 2021 5 commits
  2. 06 Jun, 2021 4 commits
  3. 05 Jun, 2021 6 commits
  4. 04 Jun, 2021 4 commits
  5. 03 Jun, 2021 7 commits
  6. 02 Jun, 2021 12 commits
  7. 01 Jun, 2021 2 commits
    • lat9nq's avatar
      yuzu qt: Use lambda and std::function for reset callback · c17e1bd7
      lat9nq authored
      
      
      Also makes use of std::move, and performs a clang-format cleanup.
      
      This addresses review comments.
      
      Co-authored-by: default avatarLC <mathew1800@gmail.com>
      c17e1bd7
    • lat9nq's avatar
      yuzu: Add settings reset button to general configuration · 4a3d57e4
      lat9nq authored
      Builds on german77's work to reset all settings back to their defaults.
      This include UISettings and Settings values structs, but does not affect
      save profiles, input profiles, and game directories.
      
      This works from a button input in configure_general. When activated, it
      calls a callback to close the whole configure dialog, then GMainWindow
      deletes the old configuration, both on disk and in memory, and
      reinitalizes a new one. It also resets a portion of the UI and calls the
      telemetry window prompt.
      4a3d57e4