1. 19 May, 2019 10 commits
  2. 18 May, 2019 2 commits
    • Lioncash's avatar
      kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked · d5cce864
      Lioncash authored
      These are only used from within this translation unit, so they don't
      need to have external linkage. They were intended to be marked with this
      anyways to be consistent with the other service functions.
      d5cce864
    • Lioncash's avatar
      core/kernel/object: Rename ResetType enum members · a47aaa7f
      Lioncash authored
      Renames the members to more accurately indicate what they signify.
      "OneShot" and "Sticky" are kind of ambiguous identifiers for the reset
      types, and can be kind of misleading. Automatic and Manual communicate
      the kind of reset type in a clearer manner. Either the event is
      automatically reset, or it isn't and must be manually cleared.
      
      The "OneShot" and "Sticky" terminology is just a hold-over from Citra
      where the kernel had a third type of event reset type known as "Pulse".
      Given the Switch kernel only has two forms of event reset types, we
      don't need to keep the old terminology around anymore.
      a47aaa7f
  3. 17 May, 2019 8 commits
  4. 14 May, 2019 6 commits
  5. 09 May, 2019 14 commits