Skip to content
Snippets Groups Projects
  1. Dec 20, 2024
  2. Dec 18, 2024
  3. Dec 15, 2024
  4. Dec 14, 2024
  5. Dec 13, 2024
  6. Dec 10, 2024
  7. Dec 08, 2024
  8. Dec 07, 2024
  9. Dec 06, 2024
  10. Dec 04, 2024
  11. Dec 03, 2024
  12. Dec 02, 2024
  13. Nov 30, 2024
    • Luke Warner's avatar
      Implement and stub services required for Mario Kart Live: Home Circuit (#331) · 6b5cb151
      Luke Warner authored
      These changes allow Mario Kart Live: Home Circuit (v2.0.0) to boot into
      menus. Kart functionality has not been implemented and will not work.
      
      Version 1.0.0 is currently unsupported due to unimplemented ARM
      registers. I plan on addressing this issue at a later date.
      
      
      ### Here is a list of the implemented and stubbed services in this PR:
      #### Implemented:
      Ldn.Lp2p.IServiceCreator: 0 (CreateNetworkService)
      Ldn.Lp2p.IServiceCreator: 8 (CreateNetworkServiceMonitor)
      Ldn.Lp2p.ISfService: 0 (Initialize)
      Ldn.Lp2p.ISfServiceMonitor: 0 (Initialize)
      Ldn.Lp2p.ISfServiceMonitor: 256 (AttachNetworkInterfaceStateChangeEvent)
      Ldn.Lp2p.ISfServiceMonitor: 328 (AttachJoinEvent)
      #### Stubbed:
      Ldn.Lp2p.ISfService: 768 (CreateGroup)
      Ldn.Lp2p.ISfService: 1536 (SendToOtherGroup)
      Ldn.Lp2p.ISfService: 1544 (RecvFromOtherGroup)
      Ldn.Lp2p.ISfServiceMonitor: 288 (GetGroupInfo)
      Ldn.Lp2p.ISfServiceMonitor: 296 (GetGroupInfo2)
      Ldn.Lp2p.ISfServiceMonitor: 312 (GetIpConfig)
Loading