1. 08 Jul, 2021 1 commit
  2. 02 Jul, 2021 1 commit
  3. 01 Jul, 2021 2 commits
  4. 29 Jun, 2021 1 commit
    • lat9nq's avatar
      core, input_common: Miscellaneous fixes · 0e5c74bc
      lat9nq authored
      bcat: Fix settings access
      
      telemetry_session: Fix settings accesses
      
      So this is what I get for testing with the web service disabled.
      
      touch_from_button: Fix settings access for clang
      0e5c74bc
  5. 28 Jun, 2021 2 commits
    • lat9nq's avatar
      yuzu qt: Make most UISettings a BasicSetting · 7a8de138
      lat9nq authored
      For simple primitive settings, moves their defaults and labels to
      definition time.
      
      Also fixes typo and clang-format
      
      yuzu qt: config: Fix rng_seed
      7a8de138
    • lat9nq's avatar
      general: Make most settings a BasicSetting · b91b76df
      lat9nq authored
      Creates a new BasicSettings class in common/settings, and forces setting
      a default and label for each setting that uses it in common/settings.
      Moves defaults and labels from both frontends into common settings.
      Creates a helper function in each frontend to facillitate reading the
      settings now with the new default and label properties.
      
      Settings::Setting is also now a subclass of Settings::BasicSetting. Also
      adds documentation for both Setting and BasicSetting.
      b91b76df
  6. 26 Jun, 2021 2 commits
  7. 25 Jun, 2021 4 commits
  8. 24 Jun, 2021 7 commits
  9. 23 Jun, 2021 15 commits
  10. 22 Jun, 2021 5 commits