Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
  2. Sep 25, 2018
    • Lioncash's avatar
      vfs_static: Remove template byte parameter from StaticVfsFile · 14e2df56
      Lioncash authored
      This converts it into a regular constructor parameter. There's no need
      to make this a template parameter on the class when it functions
      perfectly well as a constructor argument.
      
      This also reduces the amount of code bloat produced by the compiler, as
      it doesn't need to generate the same code for multiple different
      instantiations of the same class type, but with a different fill value.
      14e2df56
  3. Sep 24, 2018
    • 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
    • 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
  4. Sep 23, 2018
  5. Sep 22, 2018
  6. Sep 21, 2018
  7. Sep 20, 2018
Loading