1. 24 Mar, 2019 2 commits
    • Lioncash's avatar
      core/core_timing: Make callback parameters consistent · c5d41fd8
      Lioncash authored
      In some cases, our callbacks were using s64 as a parameter, and in other
      cases, they were using an int, which is inconsistent.
      
      To make all callbacks consistent, we can just use an s64 as the type for
      late cycles, given it gets rid of the need to cast internally.
      
      While we're at it, also resolve some signed/unsigned conversions that
      were occurring related to the callback registration.
      c5d41fd8
    • bunnei's avatar
      Merge pull request #2232 from lioncash/transfer-memory · 3f74518e
      bunnei authored
       core/hle/kernel: Split transfer memory handling out into its own class
      3f74518e
  2. 23 Mar, 2019 3 commits
  3. 22 Mar, 2019 16 commits
  4. 21 Mar, 2019 19 commits