diff options
author | TheOfficialFloW | 2016-08-28 00:48:39 +0200 |
---|---|---|
committer | GitHub | 2016-08-28 00:48:39 +0200 |
commit | c5d04516320dc748ca081e8f5c564a5d78b3c683 (patch) | |
tree | 0028738188c0dfff2c83b722fe1eabf0fe8d1dce /include/user/appmgr.h | |
parent | Merge pull request #27 from endrift/photoexport (diff) | |
download | vds-libraries-c5d04516320dc748ca081e8f5c564a5d78b3c683.tar.gz |
Fixed typo
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); |