1. 29 Sep, 2018 1 commit
  2. 27 Sep, 2018 6 commits
  3. 26 Sep, 2018 18 commits
  4. 25 Sep, 2018 11 commits
  5. 24 Sep, 2018 4 commits
    • Lioncash's avatar
      process/vm_manager: Amend API to allow reading parameters from NPDM metadata · 75603b00
      Lioncash authored
      Rather than hard-code the address range to be 36-bit, we can derive the
      parameters from supplied NPDM metadata if the supplied exectuable
      supports it. This is the bare minimum necessary for this to be possible.
      
      The following commits will rework the memory code further to adjust to
      this.
      75603b00
    • David's avatar
      Implemented fatal:u properly (#1347) · 367c52ff
      David authored
      * Implemented fatal:u properly
      
      fatal:u now is properly implemented with all the ipc cmds. Error reports/Crash reports are also now implemented for fatal:u. Crash reports save to yuzu/logs/crash_reports/
      The register dump is currently known as sysmodules send all zeros. If there are any non zero values for the "registers" or the unknown values, let me know!
      
      * Fatal:U fixups
      
      * Made fatal:u execution break more clear
      
      * Fatal fixups
      367c52ff
    • David's avatar
      Stubbed IRS (#1349) · 2513e086
      David authored
      * Stubbed IRS
      
      Currently we have no ideal way of implementing IRS. For the time being we should have the functions stubbed until we come up with a way to emulate IRS properly.
      
      * Added IRS to logging backend
      
      * Forward declared shared memory for irs
      2513e086
    • bunnei's avatar
      Merge pull request #1354 from ogniK5377/ssl-version · f2c1fd08
      bunnei authored
      Corrected SSL::SetInterfaceVersion
      f2c1fd08