1. 22 Nov, 2018 1 commit
  2. 21 Nov, 2018 26 commits
  3. 20 Nov, 2018 10 commits
  4. 19 Nov, 2018 3 commits
    • Lioncash's avatar
      kernel/resource_limit: Clean up interface · 5d46038c
      Lioncash authored
      Cleans out the citra/3DS-specific implementation details that don't
      apply to the Switch. Sets the stage for implementing ResourceLimit
      instances properly.
      
      While we're at it, remove the erroneous checks within CreateThread() and
      SetThreadPriority(). While these are indeed checked in some capacity,
      they are not checked via a ResourceLimit instance.
      
      In the process of moving out Citra-specifics, this also replaces the
      system ResourceLimit instance's values with ones from the Switch.
      5d46038c
    • Lioncash's avatar
      lm: Implement SetDestination by doing nothing · 34e4aadd
      Lioncash authored
      This service function was likely intended to be a way to redirect where
      the output of a log went. e.g. Firing a log over a network, dumping over
      a tunneling session, etc.
      
      Given we always want to see the log and not change its output. It's one
      of the lucky service functions where the easiest implementation is to
      just do nothing at all and return success.
      34e4aadd
    • Zach Hilman's avatar
      a9fa890f