1. 04 Aug, 2020 11 commits
  2. 03 Aug, 2020 22 commits
  3. 31 Jul, 2020 1 commit
  4. 30 Jul, 2020 3 commits
  5. 29 Jul, 2020 3 commits
    • bunnei's avatar
      Merge pull request #4396 from lioncash/comma · 4c0f6f1b
      bunnei authored
      surface_params: Replace questionable usages of the comma operator with semicolons
      4c0f6f1b
    • bunnei's avatar
      Merge pull request #4372 from Morph1984/remove_context_menu · b8a7b530
      bunnei authored
      game_list: Add "Remove" context menu
      b8a7b530
    • Morph's avatar
      game_list_worker: Fix game list subdirectory scanning · e0d02d03
      Morph authored
      Oddly enough the scan that feeds the manual content provider is hardcoded to scan 2 nested directories deep.
      This effectively rendered the scan subdirectories setting useless as the manual content provider cannot find any games located more than 2 nested directories deep.
      Furthermore, this behavior causes game files to be picked up by the manual content provider even if scan subdirectories is disabled.
      
      FIx this by utilizing the behavior described when populating the game list for populating the content provider.
      e0d02d03