Skip to content
  1. Jul 02, 2021
  2. Jul 01, 2021
  3. Jun 29, 2021
    • 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
  4. Jun 28, 2021
    • 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
  5. Jun 26, 2021
  6. Jun 25, 2021
  7. Jun 24, 2021
  8. Jun 23, 2021
  9. Jun 22, 2021
Loading