vfs_static: Add StaticVfsFile

Always returns the template argument byte for all reads. Doesn't support writes.
This commit is contained in:
Zach Hilman 2018-09-19 21:57:39 -04:00
parent f68e324672
commit c65d4d119f
2 changed files with 78 additions and 0 deletions

View file

@ -63,6 +63,7 @@ add_library(core STATIC
file_sys/vfs_offset.h
file_sys/vfs_real.cpp
file_sys/vfs_real.h
file_sys/vfs_static.h
file_sys/vfs_vector.cpp
file_sys/vfs_vector.h
file_sys/xts_archive.cpp