Merge pull request #2221 from DarkLordZach/firmware-version

set_sys: Implement GetFirmwareVersion(2) for libnx hosversion
This commit is contained in:
bunnei 2019-03-23 13:48:29 -04:00 committed by GitHub
commit 1665b70cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 154 additions and 3 deletions

View file

@ -70,6 +70,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