1. 30 Sep, 2018 5 commits
  2. 29 Sep, 2018 7 commits
  3. 28 Sep, 2018 3 commits
  4. 27 Sep, 2018 6 commits
  5. 26 Sep, 2018 18 commits
  6. 25 Sep, 2018 1 commit
    • 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