Skip to content
Snippets Groups Projects
  • 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