1. 21 Jul, 2023 10 commits
    • lat9nq's avatar
      configure_graphics_advance: Generate UI at runtime · a007ac6b
      lat9nq authored
      We can iterate through the AdvancedGraphics settings and generate the UI
      during runtime. This doesn't help runtime efficiency, but it helps a ton
      in reducing the amount of work a developer needs in order to add a new
      setting.
      a007ac6b
    • lat9nq's avatar
      configure_per_game: Rename group to tab_group · b11b4be7
      lat9nq authored
      b11b4be7
    • lat9nq's avatar
      configuration: Add base class to tabs · d3b94d64
      lat9nq authored
      Tabs that largely configure SwitchableSetting's are now Tabs and grouped
      together.
      d3b94d64
    • lat9nq's avatar
      configuration_shared: Create Tab base class · e5b981e1
      lat9nq authored
      e5b981e1
    • lat9nq's avatar
      settings: Add a registry of settings · 60773194
      lat9nq authored
      LoadString: Sanitize input
      
      settings: Handle empty string, remove redundant category
      
      settings: Rename Input to Controls, FS to DataStorage
      
      settings: Fix Controls groups information
      
      settings: Move use_docked_mode to System (again)
      
      settings: Document
      
      settings: Add type identification function
      
      settings: Move registry into values
      
      settings: Move global_reset_registry into values
      
      settings: Separate AdvGraphics from Renderer
      
      settings: More document
      
      squash
      
      settings: Use linkage object
      
      uisettings: Move registry into settings
      
      Probably wont build without
      
      uisettings: Use settings linkage object
      
      config: Load settings with a map
      
      Uses the new all_settings vector to load settings.
      
      qt-config: Rename settings category
      
      qt config: Rename to read category
      
      config: Read/write contols category with for_each
      
      This is extremely limited due to the complexity of the Controls group,
      but this handles the the settings that use the interface.
      
      qt-config: Use new settings registry
      
      qt-config: Read/write advgrphics
      
      qt-config: Use settings linkage object
      
      yuzu_cmd: Load setting off of vector
      
      cmd-config: Finish settings rename
      
      config: Read controls settings group with for_each
      
      cmd/config: Move registry into values
      
      cmd: Read adv graphics
      
      cmd-config: Use settings linkage object
      60773194
    • lat9nq's avatar
      uisettings: Fix typings · e7543e8b
      lat9nq authored
      e7543e8b
    • lat9nq's avatar
      settings,core,config_sys: Remove optional type from custom_rtc, rng_seed · 41331656
      lat9nq authored
      core: Fix MSVC errors
      41331656
    • lat9nq's avatar
      settings: Pool SetGlobal functions · 5ccfaf05
      lat9nq authored
      5ccfaf05
    • lat9nq's avatar
      settings,video_core: Consolidate ASTC decoding options · 5cffa342
      lat9nq authored
      Just puts them all neatly into one place.
      5cffa342
    • liamwhite's avatar
      Merge pull request #11096 from german77/amiibooo · c0202da9
      liamwhite authored
      service: nfc: Update Implementation to match with latest RE
      c0202da9
  2. 19 Jul, 2023 4 commits
  3. 18 Jul, 2023 4 commits
  4. 17 Jul, 2023 6 commits
  5. 16 Jul, 2023 2 commits
  6. 12 Jul, 2023 2 commits
  7. 11 Jul, 2023 5 commits
  8. 10 Jul, 2023 1 commit
  9. 09 Jul, 2023 6 commits