Skip to content
  1. Sep 30, 2018
  2. Sep 29, 2018
  3. Sep 28, 2018
  4. Sep 27, 2018
  5. Sep 26, 2018
  6. 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
Loading