1. 24 Sep, 2017 2 commits
    • Subv's avatar
      HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the... · 7096f01c
      Subv authored
      HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system.
      
      As per 3dbrew:
      "During Home Menu start-up it uses APT:PrepareToStartNewestHomeMenu. If that doesn't return an error(normally NS returns 0xC8A0CFFC for that), Home Menu starts a hardware reboot with APT:StartNewestHomeMenu etc. "
      7096f01c
    • Subv's avatar
      HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize · b57d58c0
      Subv authored
      We need to know what is being run so we can set the APT parameter destination AppId correctly.
      Delaying the preparation of the parameter until we know which AppId is running lets us support booting both the Home Menu and normal game Applications.
      b57d58c0
  2. 22 Sep, 2017 1 commit
  3. 19 Sep, 2017 4 commits
  4. 17 Sep, 2017 2 commits
  5. 16 Sep, 2017 3 commits
  6. 15 Sep, 2017 6 commits
  7. 12 Sep, 2017 1 commit
  8. 11 Sep, 2017 2 commits
    • bunnei's avatar
      Merge pull request #2922 from jroweboy/mingw-telemetry · 3e2e9be6
      bunnei authored
      Build: Enable SSL in mingw by linking against WinSSL
      3e2e9be6
    • James Rowe's avatar
      Build: Enable SSL in mingw by linking against WinSSL · 9e847b75
      James Rowe authored
      The mingw builds aren't submitting telemetry because the curl library
      they are linked against is configured to use openSSL and openSSL looks
      for the certificates in the users home folder. This keeps it from
      contacting web services because it can't communicate over SSL.
      
      This commit adds a download in mingw builds that will download a
      precompiled curl for mingw linked against winssl and sspi.
      9e847b75
  9. 10 Sep, 2017 3 commits
  10. 09 Sep, 2017 1 commit
  11. 08 Sep, 2017 1 commit
  12. 06 Sep, 2017 2 commits
  13. 05 Sep, 2017 3 commits
  14. 04 Sep, 2017 3 commits
  15. 03 Sep, 2017 5 commits
  16. 02 Sep, 2017 1 commit