system_archive: Add a basic HLE implementation for time zone binary.

This commit is contained in:
bunnei
2019-12-22 17:50:44 -05:00
parent 78f977c980
commit 4414640285
4 changed files with 675 additions and 1 deletions

View File

@ -96,6 +96,8 @@ add_library(core STATIC
file_sys/system_archive/system_archive.h
file_sys/system_archive/system_version.cpp
file_sys/system_archive/system_version.h
file_sys/system_archive/time_zone_binary.cpp
file_sys/system_archive/time_zone_binary.h
file_sys/vfs.cpp
file_sys/vfs.h
file_sys/vfs_concat.cpp