mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 16:19:25 +02:00
Fix #371
This commit is contained in:
parent
68d6260d72
commit
c4ebdb4cd8
@ -85,10 +85,10 @@ void pmshellExit(void);
|
|||||||
Service* pmshellGetServiceSession(void);
|
Service* pmshellGetServiceSession(void);
|
||||||
|
|
||||||
/// Initialize pm:bm.
|
/// Initialize pm:bm.
|
||||||
Result pmbmInitialize();
|
Result pmbmInitialize(void);
|
||||||
|
|
||||||
/// Exit pm:bm.
|
/// Exit pm:bm.
|
||||||
void pmbmExit();
|
void pmbmExit(void);
|
||||||
|
|
||||||
/// Gets the Service object for the actual pm:bm service session.
|
/// Gets the Service object for the actual pm:bm service session.
|
||||||
Service* pmbmGetServiceSession(void);
|
Service* pmbmGetServiceSession(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user