1. 01 Feb, 2019 1 commit
    • Lioncash's avatar
      kernel: Remove the Timer class · 414cc1eb
      Lioncash authored
      A holdover from citra, the Horizon kernel on the switch has no
      prominent kernel object that functions as a timer. At least not
      to the degree of sophistication that this class provided.
      
      As such, this can be removed entirely. This class also wasn't used at
      all in any meaningful way within the core, so this was just code sitting
      around doing nothing. This also allows removing a few things from the
      main KernelCore class that allows it to use slightly less resources
      overall (though very minor and not anything really noticeable).
      414cc1eb
  2. 31 Jan, 2019 3 commits
  3. 30 Jan, 2019 32 commits
  4. 29 Jan, 2019 3 commits
  5. 28 Jan, 2019 1 commit
    • Lioncash's avatar
      service/pm: Implement SetMaintenanceBoot() · 932922f6
      Lioncash authored
      This quite literally functions as a basic setter. No other error
      checking or anything (since there's nothing to really check against).
      
      With this, it completes the pm:bm interface in terms of functionality.
      932922f6