set_sys: Implement GetFirmwareVersion(2) for libnx hosversion

Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
This commit is contained in:
Zach Hilman
2019-03-10 16:51:42 -04:00
parent 0ea2771889
commit ed82bb968a
6 changed files with 128 additions and 3 deletions

View File

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