mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:17:57 -05:00
vfs_static: Add StaticVfsFile
Always returns the template argument byte for all reads. Doesn't support writes.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user