Skip to content
Snippets Groups Projects
  1. Apr 12, 2019
  2. Apr 11, 2019
  3. Apr 10, 2019
  4. Apr 09, 2019
    • Lioncash's avatar
      kernel/process: Set page table when page table resizes occur. · 2abf979c
      Lioncash authored
      We need to ensure dynarmic gets a valid pointer if the page table is
      resized (the relevant pointers would be invalidated in this scenario).
      
      In this scenario, the page table can be resized depending on what kind
      of address space is specified within the NPDM metadata (if it's
      present).
      2abf979c
    • 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
  5. Apr 08, 2019
  6. Apr 07, 2019
  7. Apr 06, 2019
  8. Apr 05, 2019
Loading