Make stratosphere use new libnx HosVersion API
This commit is contained in:
@@ -63,6 +63,8 @@ void __libnx_initheap(void) {
|
||||
void __appInit(void) {
|
||||
Result rc;
|
||||
|
||||
SetFirmwareVersionForLibnx();
|
||||
|
||||
rc = smInitialize();
|
||||
if (R_FAILED(rc)) {
|
||||
std::abort();
|
||||
|
||||
Reference in New Issue
Block a user