mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -04:00
Make stratosphere use new libnx HosVersion API
This commit is contained in:
parent
92d8829ee1
commit
f00dd05f82
8 changed files with 16 additions and 2 deletions
|
@ -85,6 +85,8 @@ void RegisterPrivilegedProcessesWithFs() {
|
|||
|
||||
void __appInit(void) {
|
||||
Result rc;
|
||||
|
||||
SetFirmwareVersionForLibnx();
|
||||
|
||||
rc = smInitialize();
|
||||
if (R_FAILED(rc)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue