Skip to content
  1. Apr 19, 2021
    • 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. Apr 18, 2021
  3. Apr 17, 2021
  4. Apr 16, 2021
  5. Apr 15, 2021
  6. Apr 14, 2021
Loading