Make stratosphere use new libnx HosVersion API

This commit is contained in:
Michael Scire 2019-02-20 14:17:51 -08:00
parent 92d8829ee1
commit f00dd05f82
8 changed files with 16 additions and 2 deletions

View file

@ -54,6 +54,8 @@ void __libnx_initheap(void) {
void __appInit(void) {
Result rc;
SetFirmwareVersionForLibnx();
rc = smInitialize();
if (R_FAILED(rc)) {