Skip to content
  1. 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
  2. Jun 26, 2021
  3. Jun 25, 2021
  4. Jun 24, 2021
  5. Jun 23, 2021
  6. Jun 22, 2021
Loading