1. 09 Apr, 2019 1 commit
    • Lioncash's avatar
      yuzu/loading_screen: Resolve runtime Qt string formatting warnings · b73e433d
      Lioncash authored
      In our error console, when loading a game, the strings:
      
      QString::arg: Argument missing: "Loading...", 0
      QString::arg: Argument missing: "Launching...", 0
      
      would occasionally pop up when the loading screen was running. This was
      due to the strings being assumed to have formatting indicators in them,
      however only two out of the four strings actually have them.
      
      This only applies the arguments to the strings that have formatting
      specifiers provided, which avoids these warnings from occurring.
      b73e433d
  2. 07 Apr, 2019 16 commits
  3. 06 Apr, 2019 23 commits