1. 28 Sep, 2018 1 commit
    • Lioncash's avatar
      kernel/object: Remove unnecessary std::move from DynamicObjectCast() · f4c24d08
      Lioncash authored
      boost::static_pointer_cast for boost::intrusive_ptr (what SharedPtr is),
      takes its parameter by const reference. Given that, it means that this
      std::move doesn't actually do anything other than obscure what the
      function's actual behavior is, so we can remove this. To clarify, this
      would only do something if the parameter was either taking its argument
      by value, by non-const ref, or by rvalue-reference.
      f4c24d08
  2. 27 Sep, 2018 4 commits
  3. 26 Sep, 2018 18 commits
  4. 25 Sep, 2018 8 commits
  5. 24 Sep, 2018 5 commits
    • 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
    • Zach Hilman's avatar
      fsmitm: Cleanup and modernize fsmitm port · b3c2ec36
      Zach Hilman authored
      b3c2ec36
    • tech4me's avatar
      svc: Updated svc names · d42424ac
      tech4me authored
      d42424ac
  6. 23 Sep, 2018 4 commits