diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/appmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h index eb3131b..516462f 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -67,7 +67,7 @@ int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t ve * }; */ -int sceAppMgrRecieveSystemEvent(SceAppMgrSystemEvent *systemEvent); +int sceAppMgrReceiveSystemEvent(SceAppMgrSystemEvent *systemEvent); //! Obtains the BGM port, even when it is not in front int sceAppMgrAcquireBgmPort(void); |