mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -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
|
@ -55,7 +55,9 @@ void __libnx_initheap(void) {
|
|||
}
|
||||
|
||||
void __appInit(void) {
|
||||
/* We must do no setup here, because we are sm. */
|
||||
SetFirmwareVersionForLibnx();
|
||||
|
||||
/* We must do no service setup here, because we are sm. */
|
||||
}
|
||||
|
||||
void __appExit(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue