1. 19 Apr, 2021 2 commits
    • Lioncash's avatar
      arp: Use type alias for issue function · 9f39f7c0
      Lioncash authored
      Reduces some verbosity and centralizes the function details in one spot.
      9f39f7c0
    • Lioncash's avatar
      arp: Prevent uninitialized read of launch member variable · b7d04d84
      Lioncash authored
      If anything happened to call arp functions in the wrong order and called
      IRegistrar's Issue function before SetApplicationLaunchProperty, we'd
      read from an uninitialized ApplicationLaunchProperty instance.
      
      Instead, we can always initialize it so if this does happen, then the
      outcome of doing such a thing is at least consistently reproducible.
      b7d04d84
  2. 18 Apr, 2021 3 commits
  3. 17 Apr, 2021 6 commits
  4. 16 Apr, 2021 5 commits
  5. 15 Apr, 2021 18 commits
  6. 14 Apr, 2021 6 commits