mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
cs: implement GetFirmwareVersion command
This commit is contained in:
parent
1a1b1355ba
commit
899efec302
7 changed files with 171 additions and 18 deletions
|
@ -120,6 +120,7 @@ void __appInit(void) {
|
|||
lr::Initialize();
|
||||
R_ABORT_UNLESS(ldr::InitializeForShell());
|
||||
R_ABORT_UNLESS(pgl::Initialize());
|
||||
R_ABORT_UNLESS(setsysInitialize());
|
||||
/* TODO: Other services? */
|
||||
|
||||
ams::CheckApiVersion();
|
||||
|
@ -127,6 +128,7 @@ void __appInit(void) {
|
|||
|
||||
void __appExit(void) {
|
||||
/* TODO: Other services? */
|
||||
setsysExit();
|
||||
pgl::Finalize();
|
||||
ldr::FinalizeForShell();
|
||||
lr::Finalize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue