vfs_static: Add StaticVfsFile
Always returns the template argument byte for all reads. Doesn't support writes.
This commit is contained in:
parent
f68e324672
commit
c65d4d119f
2 changed files with 78 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue